Show / Hide Table of Contents

Class ListRecordingsResponse

Response for ListRecordings method.

Inheritance
object
ListRecordingsResponse
Implements
IPageResponse<Recording>
IEnumerable<Recording>
IEnumerable
IMessage<ListRecordingsResponse>
IEquatable<ListRecordingsResponse>
IDeepCloneable<ListRecordingsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class ListRecordingsResponse : IPageResponse<Recording>, IEnumerable<Recording>, IEnumerable, IMessage<ListRecordingsResponse>, IEquatable<ListRecordingsResponse>, IDeepCloneable<ListRecordingsResponse>, IBufferMessage, IMessage

Constructors

ListRecordingsResponse()

Declaration
public ListRecordingsResponse()

ListRecordingsResponse(ListRecordingsResponse)

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

Properties

NextPageToken

Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Recordings

List of recordings in one page.

Declaration
public RepeatedField<Recording> Recordings { get; }
Property Value
Type Description
RepeatedField<Recording>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<Recording> GetEnumerator()
Returns
Type Description
IEnumerator<Recording>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX