Class ListParticipantsResponse
Response of ListParticipants method.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ListParticipantsResponse : IDirectResponseSchema
Properties
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 doesn't include all the participants. Unset if all participants are returned.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Participants
List of participants in one page.
Declaration
[JsonProperty("participants")]
public virtual IList<Participant> Participants { get; set; }
Property Value
Type | Description |
---|---|
IList<Participant> |
TotalSize
Total, exact number of participants
. By default, this field isn't included in the response. Set the field
mask in SystemParameterContext to receive this field
in the response.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |