Metadata class

Additional non-user-editable information about the location.

Constructors

Metadata({bool? canDelete, bool? canHaveBusinessCalls, bool? canHaveFoodMenus, bool? canModifyServiceList, bool? canOperateHealthData, bool? canOperateLocalPost, bool? canOperateLodgingData, String? duplicateLocation, bool? hasGoogleUpdated, bool? hasPendingEdits, bool? hasVoiceOfMerchant, String? mapsUri, String? newReviewUri, String? placeId})
Metadata.fromJson(Map json_)

Properties

canDelete bool?
Indicates whether the location can be deleted using the API.
getter/setter pair
canHaveBusinessCalls bool?
Indicates if the listing is eligible for business calls.
getter/setter pair
canHaveFoodMenus bool?
Indicates if the listing is eligible for food menu.
getter/setter pair
canModifyServiceList bool?
Indicates if the listing can modify the service list.
getter/setter pair
canOperateHealthData bool?
Indicates whether the location can operate on Health data.
getter/setter pair
canOperateLocalPost bool?
Indicates if the listing can manage local posts.
getter/setter pair
canOperateLodgingData bool?
Indicates whether the location can operate on Lodging data.
getter/setter pair
duplicateLocation String?
The location resource that this location duplicates.
getter/setter pair
hasGoogleUpdated bool?
Indicates whether the place ID associated with this location has updates that need to be updated or rejected by the client.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasPendingEdits bool?
Indicates whether any of this Location's properties are in the edit pending state.
getter/setter pair
hasVoiceOfMerchant bool?
Indicates if the listing has Voice of Merchant.
getter/setter pair
mapsUri String?
A link to the location on Maps.
getter/setter pair
newReviewUri String?
A link to the page on Google Search where a customer can leave a review for the location.
getter/setter pair
placeId String?
If this locationappears on Google Maps, this field is populated with the place ID for the location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited