Class LocationsResource.UpdateBusinesscallssettingsRequest
Updates the Business call settings for the specified location.
Inheritance
object
LocationsResource.UpdateBusinesscallssettingsRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessCalls.v1
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class LocationsResource.UpdateBusinesscallssettingsRequest : MyBusinessBusinessCallsBaseServiceRequest<BusinessCallsSettings>, IClientServiceRequest<BusinessCallsSettings>, IClientServiceRequest
Constructors
UpdateBusinesscallssettingsRequest(IClientService, BusinessCallsSettings, string)
Constructs a new UpdateBusinesscallssettings request.
Declaration
public UpdateBusinesscallssettingsRequest(IClientService service, BusinessCallsSettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BusinessCallsSettings | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.BusinessCallsSettings>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.BusinessCallsSettings>.MethodName
Name
Required. The resource name of the calls settings. Format: locations/{location}/businesscallssettings
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.BusinessCallsSettings>.RestPath
UpdateMask
Required. The list of fields to update.
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.BusinessCallsSettings>.GetBody()
InitParameters()
Initializes UpdateBusinesscallssettings parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessBusinessCalls.v1.MyBusinessBusinessCallsBaseServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.BusinessCallsSettings>.InitParameters()