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