Show / Hide Table of Contents

Class ListReportingDataAnnotationsResponse

Response message for ListReportingDataAnnotation RPC.

Inheritance
object
ListReportingDataAnnotationsResponse
Implements
IMessage<ListReportingDataAnnotationsResponse>
IEquatable<ListReportingDataAnnotationsResponse>
IDeepCloneable<ListReportingDataAnnotationsResponse>
IBufferMessage
IMessage
IPageResponse<ReportingDataAnnotation>
IEnumerable<ReportingDataAnnotation>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListReportingDataAnnotationsResponse : IMessage<ListReportingDataAnnotationsResponse>, IEquatable<ListReportingDataAnnotationsResponse>, IDeepCloneable<ListReportingDataAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<ReportingDataAnnotation>, IEnumerable<ReportingDataAnnotation>, IEnumerable

Constructors

ListReportingDataAnnotationsResponse()

Declaration
public ListReportingDataAnnotationsResponse()

ListReportingDataAnnotationsResponse(ListReportingDataAnnotationsResponse)

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

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

ReportingDataAnnotations

List of Reporting Data Annotations.

Declaration
public RepeatedField<ReportingDataAnnotation> ReportingDataAnnotations { get; }
Property Value
Type Description
RepeatedField<ReportingDataAnnotation>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<ReportingDataAnnotation> GetEnumerator()
Returns
Type Description
IEnumerator<ReportingDataAnnotation>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX