Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings
- 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
-
#category_bids ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignCategoryBid>
Categorical level bids associated with MANUAL_CPA bidding strategy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesCampaignLocalServicesCampaignSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_bids ⇒ Array<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 |