PlacesDetailsResponse class abstract

PlacesDetailsResponse

Properties:

  • htmlAttributions - May contain a set of attributions about this listing which must be displayed to the user (some listings may not have attribution).
  • result
  • status
  • infoMessages - When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.

Constructors

PlacesDetailsResponse([void updates(PlacesDetailsResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
htmlAttributions → BuiltList<String>
May contain a set of attributions about this listing which must be displayed to the user (some listings may not have attribution).
no setter
infoMessages → BuiltList<String>?
When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.
no setter
result Place
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PlacesDetailsStatus
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlacesDetailsResponseBuilder)) PlacesDetailsResponse
Rebuilds the instance.
inherited
toBuilder() PlacesDetailsResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PlacesDetailsResponse>
no setter