Class: Google::Apps::Meet::V2beta::ListConferenceRecordsRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::ListConferenceRecordsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/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_codespace.namestart_timeend_time
For example, consider the following filters:
space.name = "spaces/NAME"space.meeting_code = "abc-mnop-xyz"start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"end_time IS NULL.
233 234 235 236 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 233 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.
233 234 235 236 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 233 class ListConferenceRecordsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token returned from previous List Call.
233 234 235 236 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 233 class ListConferenceRecordsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |