Class SpacesResource.PatchRequest
Updates details about a meeting space. For an example, see Update a meeting space.
Inheritance
Inherited Members
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SpacesResource.PatchRequest : MeetBaseServiceRequest<Space>, IClientServiceRequest<Space>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Space, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Space body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Space | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Immutable. Resource name of the space. Format: spaces/{space}
. {space}
is the resource identifier
for the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
.
For more information, see How Meet identifies a meeting
space.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()