Class ListRecordingsResponse
Response for ListRecordings method.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.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
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> |