Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMapsLocationSet
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMapsLocationSet
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Wrapper for multiple maps location sync data
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMapsLocationSet
constructor
A new instance of GoogleAdsSearchads360V23CommonMapsLocationSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMapsLocationSet
Returns a new instance of GoogleAdsSearchads360V23CommonMapsLocationSet.
7357 7358 7359 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7357 def initialize(**args) update!(**args) end |
Instance Attribute Details
#maps_locations ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMapsLocationInfo>
Required. A list of maps location info that user manually synced in.
Corresponds to the JSON property mapsLocations
7355 7356 7357 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7355 def maps_locations @maps_locations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7362 7363 7364 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7362 def update!(**args) @maps_locations = args[:maps_locations] if args.key?(:maps_locations) end |