Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse
- 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
Response message for GeoTargetConstantService.SuggestGeoTargetConstants.
Instance Attribute Summary collapse
-
#geo_target_constant_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion>
Geo target constant suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse.
54524 54525 54526 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#geo_target_constant_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion>
Geo target constant suggestions.
Corresponds to the JSON property geoTargetConstantSuggestions
54522 54523 54524 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54522 def geo_target_constant_suggestions @geo_target_constant_suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
54529 54530 54531 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54529 def update!(**args) @geo_target_constant_suggestions = args[:geo_target_constant_suggestions] if args.key?(:geo_target_constant_suggestions) end |