Show / Hide Table of Contents

Class ListCustomMetricsResponse

Response message for ListCustomMetrics RPC.

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

Constructors

ListCustomMetricsResponse()

Declaration
public ListCustomMetricsResponse()

ListCustomMetricsResponse(ListCustomMetricsResponse)

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

Properties

CustomMetrics

List of CustomMetrics.

Declaration
public RepeatedField<CustomMetric> CustomMetrics { get; }
Property Value
Type Description
RepeatedField<CustomMetric>

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

Methods

GetEnumerator()

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

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