public sealed class DeleteReportRequest : IMessage<DeleteReportRequest>, IEquatable<DeleteReportRequest>, IDeepCloneable<DeleteReportRequest>, IBufferMessage, IMessageReference documentation and code samples for the App Optimize v1beta API class DeleteReportRequest.
Request message for the DeleteReport method.
Implements
IMessageDeleteReportRequest, IEquatableDeleteReportRequest, IDeepCloneableDeleteReportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
DeleteReportRequest()
public DeleteReportRequest()DeleteReportRequest(DeleteReportRequest)
public DeleteReportRequest(DeleteReportRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteReportRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the report to delete.
Format: projects/{project}/locations/{location}/reports/{report_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReportName
public ReportName ReportName { get; set; }ReportName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReportName |
|