Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets

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

A list of geo target constant resource names.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_constantsArray<String>

A list of geo target constant resource names. Corresponds to the JSON property geoTargetConstants

Returns:

  • (Array<String>)


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