Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
A location criterion.
Instance Attribute Summary collapse
-
#geo_target_constant ⇒ String
The geo target constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonLocationInfo
constructor
A new instance of GoogleAdsSearchads360V0CommonLocationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonLocationInfo
Returns a new instance of GoogleAdsSearchads360V0CommonLocationInfo.
538 539 540 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 538 def initialize(**args) update!(**args) end |
Instance Attribute Details
#geo_target_constant ⇒ String
The geo target constant resource name.
Corresponds to the JSON property geoTargetConstant
536 537 538 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 536 def geo_target_constant @geo_target_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
543 544 545 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 543 def update!(**args) @geo_target_constant = args[:geo_target_constant] if args.key?(:geo_target_constant) end |