Class: Google::Apps::Meet::V2::CreateSpaceRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::CreateSpaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request to create a space.
Instance Attribute Summary collapse
-
#space ⇒ ::Google::Apps::Meet::V2::Space
Space to be created.
Instance Attribute Details
#space ⇒ ::Google::Apps::Meet::V2::Space
Returns Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.
29 30 31 32 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 29 class CreateSpaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |