Class: Google::Apps::Meet::V2::ListConferenceRecordsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListConferenceRecordsRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
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"
.
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
- 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.
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 |