Class: Google::Apps::Meet::V2::ListConferenceRecordsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Request to fetch list of conference records per user.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

For example, space.meeting_code = "abc-mnop-xyz".

Returns:

  • (::String)

    Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

    • space.meeting_code
    • space.name
    • start_time
    • end_time

    For example, space.meeting_code = "abc-mnop-xyz".



98
99
100
101
# File 'proto_docs/google/apps/meet/v2/service.rb', line 98

class ListConferenceRecordsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

  1. Maximum might change in the future.

Returns:

  • (::Integer)

    Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

    1. Maximum might change in the future.


98
99
100
101
# File 'proto_docs/google/apps/meet/v2/service.rb', line 98

class ListConferenceRecordsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. Page token returned from previous List Call.

Returns:

  • (::String)

    Optional. Page token returned from previous List Call.



98
99
100
101
# File 'proto_docs/google/apps/meet/v2/service.rb', line 98

class ListConferenceRecordsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end