Show / Hide Table of Contents

Class ListSectionItemsResponse

Response message for listing section items.

Inheritance
object
ListSectionItemsResponse
Implements
IPageResponse<SectionItem>
IEnumerable<SectionItem>
IEnumerable
IMessage<ListSectionItemsResponse>
IEquatable<ListSectionItemsResponse>
IDeepCloneable<ListSectionItemsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

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