Google Apps Meet V2 Client - Class CreateSpaceRequest (0.2.4)

Reference documentation and code samples for the Google Apps Meet V2 Client class CreateSpaceRequest.

Request to create a space.

Generated from protobuf message google.apps.meet.v2.CreateSpaceRequest

Namespace

Google \ Apps \ Meet \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ space 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.

getSpace

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
Type Description
Space|null

hasSpace

clearSpace

setSpace

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.

Parameter
Name Description
var Space
Returns
Type Description
$this

static::build

Parameter
Name Description
space 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
Type Description
CreateSpaceRequest