Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::ListParticipantsResponse (v0.3.0)

Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::ListParticipantsResponse.

Response of ListParticipants method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
Returns
  • (::String) — Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

#participants

def participants() -> ::Array<::Google::Apps::Meet::V2beta::Participant>
Returns

#participants=

def participants=(value) -> ::Array<::Google::Apps::Meet::V2beta::Participant>
Parameter
Returns

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — 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.

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.