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.



15753
15754
15755
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15753

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



15751
15752
15753
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15751

def category_bids
  @category_bids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15758
15759
15760
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15758

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