PlaceActionLink class

Represents a place action link and its attributes.

Constructors

PlaceActionLink.fromJson(Map json_)

Properties

createTime String?
The time when the place action link was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEditable bool?
Indicates whether this link can be edited by the client.
getter/setter pair
isPreferred bool?
Whether this link is preferred by the merchant.
getter/setter pair
name String?
The resource name, in the format locations/{location_id}/placeActionLinks/{place_action_link_id}.
getter/setter pair
placeActionType String?
The type of place action that can be performed using this link.
getter/setter pair
providerType String?
Specifies the provider type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time when the place action link was last modified.
getter/setter pair
uri String?
The link uri.
getter/setter pair

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