App Optimize v1beta API - Class DeleteReportRequest (1.0.0-beta01)

public sealed class DeleteReportRequest : IMessage<DeleteReportRequest>, IEquatable<DeleteReportRequest>, IDeepCloneable<DeleteReportRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the App Optimize v1beta API class DeleteReportRequest.

Request message for the DeleteReport method.

Inheritance

object > DeleteReportRequest

Namespace

Google.Cloud.AppOptimize.V1Beta

Assembly

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