Class ListSectionsResponse
Response message for listing sections.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ListSectionsResponse : IPageResponse<Section>, IEnumerable<Section>, IEnumerable, IMessage<ListSectionsResponse>, IEquatable<ListSectionsResponse>, IDeepCloneable<ListSectionsResponse>, IBufferMessage, IMessage
Constructors
ListSectionsResponse()
Declaration
public ListSectionsResponse()
ListSectionsResponse(ListSectionsResponse)
Declaration
public ListSectionsResponse(ListSectionsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListSectionsResponse | 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
Sections
The sections from the specified user.
Declaration
public RepeatedField<Section> Sections { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Section> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Section> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Section> |