Class ListReportingDataAnnotationsResponse
Response message for ListReportingDataAnnotation RPC.
Implements
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
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> |