Class LocationsResource
The "locations" collection of methods.
Inheritance
object
LocationsResource
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
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Businesscallsinsights
Gets the Businesscallsinsights resource.
Declaration
public virtual LocationsResource.BusinesscallsinsightsResource Businesscallsinsights { get; }
Property Value
Type | Description |
---|---|
LocationsResource.BusinesscallsinsightsResource |
Methods
GetBusinesscallssettings(string)
Returns the Business calls settings resource for the given location.
Declaration
public virtual LocationsResource.GetBusinesscallssettingsRequest GetBusinesscallssettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The BusinessCallsSettings to get. The |
Returns
Type | Description |
---|---|
LocationsResource.GetBusinesscallssettingsRequest |
UpdateBusinesscallssettings(BusinessCallsSettings, string)
Updates the Business call settings for the specified location.
Declaration
public virtual LocationsResource.UpdateBusinesscallssettingsRequest UpdateBusinesscallssettings(BusinessCallsSettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
BusinessCallsSettings | body | The body of the request. |
string | name | Required. The resource name of the calls settings. Format: locations/{location}/businesscallssettings |
Returns
Type | Description |
---|---|
LocationsResource.UpdateBusinesscallssettingsRequest |