Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::CreateSpaceRequest.
Request to create a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#space
def space() -> ::Google::Apps::Meet::V2::Space
Returns
- (::Google::Apps::Meet::V2::Space) — 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.
#space=
def space=(value) -> ::Google::Apps::Meet::V2::Space
Parameter
- value (::Google::Apps::Meet::V2::Space) — 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.
Returns
- (::Google::Apps::Meet::V2::Space) — 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.