Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget
- 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 geo target.
Instance Attribute Summary collapse
-
#geo_target_constant ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget
constructor
A new instance of GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget
Returns a new instance of GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget.
30441 30442 30443 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30441 def initialize(**args) update!(**args) end |
Instance Attribute Details
#geo_target_constant ⇒ String
Required. The resource name of the geo target.
Corresponds to the JSON property geoTargetConstant
30439 30440 30441 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30439 def geo_target_constant @geo_target_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30446 30447 30448 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30446 def update!(**args) @geo_target_constant = args[:geo_target_constant] if args.key?(:geo_target_constant) end |