Show / Hide Table of Contents

Class Metadata

Additional non-user-editable information about the location.

Inheritance
object
Metadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class Metadata : IDirectResponseSchema

Properties

CanDelete

Output only. Indicates whether the location can be deleted using the API.

Declaration
[JsonProperty("canDelete")]
public virtual bool? CanDelete { get; set; }
Property Value
Type Description
bool?

CanHaveBusinessCalls

Output only. Indicates if the listing is eligible for business calls.

Declaration
[JsonProperty("canHaveBusinessCalls")]
public virtual bool? CanHaveBusinessCalls { get; set; }
Property Value
Type Description
bool?

CanHaveFoodMenus

Output only. Indicates if the listing is eligible for food menu.

Declaration
[JsonProperty("canHaveFoodMenus")]
public virtual bool? CanHaveFoodMenus { get; set; }
Property Value
Type Description
bool?

CanModifyServiceList

Output only. Indicates if the listing can modify the service list.

Declaration
[JsonProperty("canModifyServiceList")]
public virtual bool? CanModifyServiceList { get; set; }
Property Value
Type Description
bool?

CanOperateHealthData

Output only. Indicates whether the location can operate on Health data.

Declaration
[JsonProperty("canOperateHealthData")]
public virtual bool? CanOperateHealthData { get; set; }
Property Value
Type Description
bool?

CanOperateLocalPost

Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated and will be removed in a future version.

Declaration
[JsonProperty("canOperateLocalPost")]
public virtual bool? CanOperateLocalPost { get; set; }
Property Value
Type Description
bool?

CanOperateLodgingData

Output only. Indicates whether the location can operate on Lodging data.

Declaration
[JsonProperty("canOperateLodgingData")]
public virtual bool? CanOperateLodgingData { get; set; }
Property Value
Type Description
bool?

DuplicateLocation

Output only. The location resource that this location duplicates.

Declaration
[JsonProperty("duplicateLocation")]
public virtual string DuplicateLocation { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HasGoogleUpdated

Output only. Indicates whether the place ID associated with this location has updates that need to be updated or rejected by the client. If this boolean is set, you should call the getGoogleUpdated method to lookup information that's needs to be verified.

Declaration
[JsonProperty("hasGoogleUpdated")]
public virtual bool? HasGoogleUpdated { get; set; }
Property Value
Type Description
bool?

HasPendingEdits

Output only. Indicates whether any of this Location's properties are in the edit pending state.

Declaration
[JsonProperty("hasPendingEdits")]
public virtual bool? HasPendingEdits { get; set; }
Property Value
Type Description
bool?

HasVoiceOfMerchant

Output only. Indicates if the listing has Voice of Merchant. If this boolean is false, you should call the locations.getVoiceOfMerchantState API to get details as to why they do not have Voice of Merchant.

Declaration
[JsonProperty("hasVoiceOfMerchant")]
public virtual bool? HasVoiceOfMerchant { get; set; }
Property Value
Type Description
bool?

MapsUri

Output only. A link to the location on Maps.

Declaration
[JsonProperty("mapsUri")]
public virtual string MapsUri { get; set; }
Property Value
Type Description
string

NewReviewUri

Output only. A link to the page on Google Search where a customer can leave a review for the location.

Declaration
[JsonProperty("newReviewUri")]
public virtual string NewReviewUri { get; set; }
Property Value
Type Description
string

PlaceId

Output only. If this locationappears on Google Maps, this field is populated with the place ID for the location. This ID can be used in various Places APIs. This field can be set during Create calls, but not for Update.

Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX