Class DeleteReportingDataAnnotationRequest
Request message for DeleteReportingDataAnnotation RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DeleteReportingDataAnnotationRequest : IMessage<DeleteReportingDataAnnotationRequest>, IEquatable<DeleteReportingDataAnnotationRequest>, IDeepCloneable<DeleteReportingDataAnnotationRequest>, IBufferMessage, IMessage
Constructors
DeleteReportingDataAnnotationRequest()
Declaration
public DeleteReportingDataAnnotationRequest()
DeleteReportingDataAnnotationRequest(DeleteReportingDataAnnotationRequest)
Declaration
public DeleteReportingDataAnnotationRequest(DeleteReportingDataAnnotationRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteReportingDataAnnotationRequest | other |
Properties
Name
Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingDataAnnotationName
ReportingDataAnnotationName-typed view over the Name resource name property.
Declaration
public ReportingDataAnnotationName ReportingDataAnnotationName { get; set; }
Property Value
Type | Description |
---|---|
ReportingDataAnnotationName |