Show / Hide Table of Contents

Class ListSectionsResponse

Response message for listing sections.

Inheritance
object
ListSectionsResponse
Implements
IPageResponse<Section>
IEnumerable<Section>
IEnumerable
IMessage<ListSectionsResponse>
IEquatable<ListSectionsResponse>
IDeepCloneable<ListSectionsResponse>
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 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
IPageResponse<TResource>.NextPageToken

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