Class ReportingDataAnnotation
A Reporting Data Annotation is a comment connected to certain dates for
reporting data.
Inheritance
ReportingDataAnnotation
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ReportingDataAnnotation : IMessage<ReportingDataAnnotation>, IEquatable<ReportingDataAnnotation>, IDeepCloneable<ReportingDataAnnotation>, IBufferMessage, IMessage
Constructors
ReportingDataAnnotation()
Declaration
public ReportingDataAnnotation()
ReportingDataAnnotation(ReportingDataAnnotation)
Declaration
public ReportingDataAnnotation(ReportingDataAnnotation other)
Parameters
Properties
AnnotationDate
If set, the Reporting Data Annotation is for a specific date represented
by this field. The date must be a valid date with year, month and day
set. The date may be in the past, present, or future.
Declaration
public Date AnnotationDate { get; set; }
Property Value
AnnotationDateRange
If set, the Reporting Data Annotation is for a range of dates represented
by this field.
Declaration
public ReportingDataAnnotation.Types.DateRange AnnotationDateRange { get; set; }
Property Value
Color
Required. The color used for display of this Reporting Data Annotation.
Declaration
public ReportingDataAnnotation.Types.Color Color { get; set; }
Property Value
Description
Optional. Description for this Reporting Data Annotation.
Declaration
public string Description { get; set; }
Property Value
Name
Required. Identifier. Resource name of this Reporting Data Annotation.
Format:
'properties/{property_id}/reportingDataAnnotations/{reporting_data_annotation}'
Format: 'properties/123/reportingDataAnnotations/456'
Declaration
public string Name { get; set; }
Property Value
ReportingDataAnnotationName
Declaration
public ReportingDataAnnotationName ReportingDataAnnotationName { get; set; }
Property Value
SystemGenerated
Output only. If true, this annotation was generated by the Google Analytics
system. System-generated annotations cannot be updated or deleted.
Declaration
public bool SystemGenerated { get; set; }
Property Value
TargetCase
Declaration
public ReportingDataAnnotation.TargetOneofCase TargetCase { get; }
Property Value
Title
Required. Human-readable title for this Reporting Data Annotation.
Declaration
public string Title { get; set; }
Property Value