Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets
- 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 list of geo target constant resource names.
Instance Attribute Summary collapse
-
#geo_target_constants ⇒ Array<String>
A list of geo target constant resource names.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets.
35680 35681 35682 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35680 def initialize(**args) update!(**args) end |
Instance Attribute Details
#geo_target_constants ⇒ Array<String>
A list of geo target constant resource names.
Corresponds to the JSON property geoTargetConstants
35678 35679 35680 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35678 def geo_target_constants @geo_target_constants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35685 35686 35687 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35685 def update!(**args) @geo_target_constants = args[:geo_target_constants] if args.key?(:geo_target_constants) end |