Class CreateReportingDataAnnotationRequest
Request message for CreateReportingDataAnnotation RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateReportingDataAnnotationRequest : IMessage<CreateReportingDataAnnotationRequest>, IEquatable<CreateReportingDataAnnotationRequest>, IDeepCloneable<CreateReportingDataAnnotationRequest>, IBufferMessage, IMessage
Constructors
CreateReportingDataAnnotationRequest()
Declaration
public CreateReportingDataAnnotationRequest()
CreateReportingDataAnnotationRequest(CreateReportingDataAnnotationRequest)
Declaration
public CreateReportingDataAnnotationRequest(CreateReportingDataAnnotationRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateReportingDataAnnotationRequest | other |
Properties
Parent
Required. The property for which to create a Reporting Data Annotation. Format: properties/property_id Example: properties/123
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsPropertyName
PropertyName-typed view over the Parent resource name property.
Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |
ReportingDataAnnotation
Required. The Reporting Data Annotation to create.
Declaration
public ReportingDataAnnotation ReportingDataAnnotation { get; set; }
Property Value
Type | Description |
---|---|
ReportingDataAnnotation |