Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListParticipantSessionsResponse.
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.
 
#participant_sessions
def participant_sessions() -> ::Array<::Google::Apps::Meet::V2::ParticipantSession>
    Returns
    
  - (::Array<::Google::Apps::Meet::V2::ParticipantSession>) — List of participants in one page.
 
#participant_sessions=
def participant_sessions=(value) -> ::Array<::Google::Apps::Meet::V2::ParticipantSession>
    Parameter
    
  - value (::Array<::Google::Apps::Meet::V2::ParticipantSession>) — List of participants in one page.
 
    Returns
    
- (::Array<::Google::Apps::Meet::V2::ParticipantSession>) — List of participants in one page.