Class CreateSpaceRequest
Request to create a space.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class CreateSpaceRequest : IMessage<CreateSpaceRequest>, IEquatable<CreateSpaceRequest>, IDeepCloneable<CreateSpaceRequest>, IBufferMessage, IMessage
Constructors
CreateSpaceRequest()
Declaration
public CreateSpaceRequest()
CreateSpaceRequest(CreateSpaceRequest)
Declaration
public CreateSpaceRequest(CreateSpaceRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateSpaceRequest | other |
Properties
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.
Declaration
public Space Space { get; set; }
Property Value
| Type | Description |
|---|---|
| Space |