Show / Hide Table of Contents

Class UpdateSpaceRequest

Request to update a space.

Inheritance
object
UpdateSpaceRequest
Implements
IMessage<UpdateSpaceRequest>
IEquatable<UpdateSpaceRequest>
IDeepCloneable<UpdateSpaceRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class UpdateSpaceRequest : IMessage<UpdateSpaceRequest>, IEquatable<UpdateSpaceRequest>, IDeepCloneable<UpdateSpaceRequest>, IBufferMessage, IMessage

Constructors

UpdateSpaceRequest()

Declaration
public UpdateSpaceRequest()

UpdateSpaceRequest(UpdateSpaceRequest)

Declaration
public UpdateSpaceRequest(UpdateSpaceRequest other)
Parameters
Type Name Description
UpdateSpaceRequest other

Properties

Space

Required. Space to be updated.

Declaration
public Space Space { get; set; }
Property Value
Type Description
Space

UpdateMask

Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX