Class LocationData
The address and other details of the location to generate an instant verification token for.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class LocationData : IDirectResponseSchema
Properties
Address
Immutable. A precise, accurate address to describe your business location. PO boxes or mailboxes located at
remote locations are not acceptable. At this time, you can specify a maximum of five address_lines values
in the address.
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 |
Name
Immutable. Name should reflect your business's real-world name, as used consistently on your storefront,
website, and stationery, and as known to customers. Any additional information, when relevant, can be
included in other fields of the resource (for example, Address, Categories). Don't add unnecessary
information to your name (for example, prefer "Google" over "Google Inc. - Mountain View Corporate
Headquarters"). Don't include marketing taglines, store codes, special characters, hours or closed/open
status, phone numbers, website URLs, service/product information, location/address or directions, or
containment information (for example, "Chase ATM in Duane Reade").
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |