Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsResponse.



55378
55379
55380
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55378

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#geo_target_constant_suggestionsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion>

Geo target constant suggestions. Corresponds to the JSON property geoTargetConstantSuggestions



55376
55377
55378
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55376

def geo_target_constant_suggestions
  @geo_target_constant_suggestions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55383
55384
55385
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55383

def update!(**args)
  @geo_target_constant_suggestions = args[:geo_target_constant_suggestions] if args.key?(:geo_target_constant_suggestions)
end