Class: Google::Apis::StreetviewpublishV1::Place

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Place

Returns a new instance of Place



530
531
532
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 530

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#place_idString

Place identifier, as described in https://developers.google.com/places/place-id. Corresponds to the JSON property placeId

Returns:

  • (String)


528
529
530
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 528

def place_id
  @place_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



535
536
537
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 535

def update!(**args)
  @place_id = args[:place_id] if args.key?(:place_id)
end