Show / Hide Table of Contents

Class ListChannelGroupsResponse

Response message for ListChannelGroups RPC.

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

Constructors

ListChannelGroupsResponse()

Declaration
public ListChannelGroupsResponse()

ListChannelGroupsResponse(ListChannelGroupsResponse)

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

Properties

ChannelGroups

List of ChannelGroup. These will be ordered stably, but in an arbitrary order.

Declaration
public RepeatedField<ChannelGroup> ChannelGroups { get; }
Property Value
Type Description
RepeatedField<ChannelGroup>

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