Class ListConferenceRecordsResponse
Response of ListConferenceRecords method.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ListConferenceRecordsResponse : IDirectResponseSchema
Properties
ConferenceRecords
List of conferences in one page.
Declaration
[JsonProperty("conferenceRecords")]
public virtual IList<ConferenceRecord> ConferenceRecords { get; set; }
Property Value
Type | Description |
---|---|
IList<ConferenceRecord> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |