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.



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_suggestionsArray<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