Class BusinessCallsSettings
Business calls settings for a location.
Inheritance
object
BusinessCallsSettings
Implements
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.Data
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class BusinessCallsSettings : IDirectResponseSchema
Properties
CallsState
Required. The state of this location's enrollment in Business calls.
Declaration
[JsonProperty("callsState")]
public virtual string CallsState { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsentTime
Input only. Time when the end user provided consent to the API user to enable business calls.
Declaration
[JsonProperty("consentTime")]
public virtual object ConsentTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The resource name of the calls settings. Format: locations/{location}/businesscallssettings
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |