Class: Google::Apis::StreetviewpublishV1::Place
- Inherits:
-
Object
- Object
- Google::Apis::StreetviewpublishV1::Place
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/streetviewpublish_v1/classes.rb,
generated/google/apis/streetviewpublish_v1/representations.rb,
generated/google/apis/streetviewpublish_v1/representations.rb
Overview
Place metadata for an entity.
Instance Attribute Summary collapse
-
#place_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Place
constructor
A new instance of Place.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Place
Returns a new instance of Place
463 464 465 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#place_id ⇒ String
Required. Place identifier, as described in
https://developers.google.com/places/place-id.
Corresponds to the JSON property placeId
461 462 463 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 461 def place_id @place_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
468 469 470 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 468 def update!(**args) @place_id = args[:place_id] if args.key?(:place_id) end |