Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings

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

Settings for LocalServicesCampaign subresource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings

Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings.



15819
15820
15821
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15819

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

Instance Attribute Details

#category_bidsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignCategoryBid>

Categorical level bids associated with MANUAL_CPA bidding strategy. Corresponds to the JSON property categoryBids



15817
15818
15819
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15817

def category_bids
  @category_bids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15824
15825
15826
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15824

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