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.
394 395 396 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 394 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
392 393 394 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 392 def geo_target_constant @geo_target_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
399 400 401 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 399 def update!(**args) @geo_target_constant = args[:geo_target_constant] if args.key?(:geo_target_constant) end |