Show / Hide Table of Contents

Class ReportingDataAnnotation

A Reporting Data Annotation is a comment connected to certain dates for reporting data.

Inheritance
object
ReportingDataAnnotation
Implements
IMessage<ReportingDataAnnotation>
IEquatable<ReportingDataAnnotation>
IDeepCloneable<ReportingDataAnnotation>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
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
Type Name Description
ReportingDataAnnotation other

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
Type Description
Date

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
Type Description
ReportingDataAnnotation.Types.DateRange

Color

Required. The color used for display of this Reporting Data Annotation.

Declaration
public ReportingDataAnnotation.Types.Color Color { get; set; }
Property Value
Type Description
ReportingDataAnnotation.Types.Color

Description

Optional. Description for this Reporting Data Annotation.

Declaration
public string Description { get; set; }
Property Value
Type Description
string

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
Type Description
string

ReportingDataAnnotationName

ReportingDataAnnotationName-typed view over the Name resource name property.

Declaration
public ReportingDataAnnotationName ReportingDataAnnotationName { get; set; }
Property Value
Type Description
ReportingDataAnnotationName

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
Type Description
bool

TargetCase

Declaration
public ReportingDataAnnotation.TargetOneofCase TargetCase { get; }
Property Value
Type Description
ReportingDataAnnotation.TargetOneofCase

Title

Required. Human-readable title for this Reporting Data Annotation.

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX