Class ServiceBusinessContext
Additional data for service business verification.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class ServiceBusinessContext : IDirectResponseSchema
Properties
Address
The verification address of the location. It is used to either enable more verification options or send a postcard.
Declaration
[JsonProperty("address")]
public virtual PostalAddress Address { get; set; }
Property Value
Type | Description |
---|---|
PostalAddress |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |