Show / Hide Table of Contents

Class GetReportingDataAnnotationRequest

Request message for GetReportingDataAnnotation RPC.

Inheritance
object
GetReportingDataAnnotationRequest
Implements
IMessage<GetReportingDataAnnotationRequest>
IEquatable<GetReportingDataAnnotationRequest>
IDeepCloneable<GetReportingDataAnnotationRequest>
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 GetReportingDataAnnotationRequest : IMessage<GetReportingDataAnnotationRequest>, IEquatable<GetReportingDataAnnotationRequest>, IDeepCloneable<GetReportingDataAnnotationRequest>, IBufferMessage, IMessage

Constructors

GetReportingDataAnnotationRequest()

Declaration
public GetReportingDataAnnotationRequest()

GetReportingDataAnnotationRequest(GetReportingDataAnnotationRequest)

Declaration
public GetReportingDataAnnotationRequest(GetReportingDataAnnotationRequest other)
Parameters
Type Name Description
GetReportingDataAnnotationRequest other

Properties

Name

Required. Resource name of the Reporting Data Annotation to lookup. Format: properties/property_id/reportingDataAnnotations/reportingDataAnnotation 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
In this article
Back to top Generated by DocFX