Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting

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

Campaign setting for local campaigns.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting

Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignLocalCampaignSetting.



15734
15735
15736
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15734

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

Instance Attribute Details

#location_source_typeString

The location source type for this local campaign. Corresponds to the JSON property locationSourceType

Returns:

  • (String)


15732
15733
15734
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15732

def location_source_type
  @location_source_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15739
15740
15741
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15739

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