Class: Google::Apis::MybusinessV3::Places
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessV3::Places
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/mybusiness_v3/classes.rb,
generated/google/apis/mybusiness_v3/representations.rb,
generated/google/apis/mybusiness_v3/representations.rb
Overview
Defines the union of areas represented by a set of places.
Instance Attribute Summary collapse
-
#place_infos ⇒ Array<Google::Apis::MybusinessV3::PlaceInfo>
The areas represented by place IDs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Places
constructor
A new instance of Places.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Places
Returns a new instance of Places
975 976 977 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 975 def initialize(**args) update!(**args) end |
Instance Attribute Details
#place_infos ⇒ Array<Google::Apis::MybusinessV3::PlaceInfo>
The areas represented by place IDs.
Corresponds to the JSON property placeInfos
973 974 975 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 973 def place_infos @place_infos end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
980 981 982 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 980 def update!(**args) @place_infos = args[:place_infos] if args.key?(:place_infos) end |