Show / Hide Table of Contents

Class ListCustomDimensionsResponse

Response message for ListCustomDimensions RPC.

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

Constructors

ListCustomDimensionsResponse()

Declaration
public ListCustomDimensionsResponse()

ListCustomDimensionsResponse(ListCustomDimensionsResponse)

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

Properties

CustomDimensions

List of CustomDimensions.

Declaration
public RepeatedField<CustomDimension> CustomDimensions { get; }
Property Value
Type Description
RepeatedField<CustomDimension>

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<CustomDimension> GetEnumerator()
Returns
Type Description
IEnumerator<CustomDimension>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX
OSZAR »