Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLocationInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLocationInfo
- 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
A location criterion.
Instance Attribute Summary collapse
-
#geo_target_constant ⇒ String
The geo target constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonLocationInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonLocationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonLocationInfo
Returns a new instance of GoogleAdsSearchads360V23CommonLocationInfo.
7144 7145 7146 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7144 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
7142 7143 7144 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7142 def geo_target_constant @geo_target_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7149 7150 7151 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 7149 def update!(**args) @geo_target_constant = args[:geo_target_constant] if args.key?(:geo_target_constant) end |