Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult
- 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
The result for the seasonality adjustment mutate.
Instance Attribute Summary collapse
-
#bidding_seasonality_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBiddingSeasonalityAdjustment
Represents a bidding seasonality adjustment.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult.
45833 45834 45835 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45833 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bidding_seasonality_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBiddingSeasonalityAdjustment
Represents a bidding seasonality adjustment. Cannot be used in manager
accounts. See "About seasonality adjustments" at https://support.google.com/
google-ads/answer/10369906.
Corresponds to the JSON property biddingSeasonalityAdjustment
45826 45827 45828 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45826 def bidding_seasonality_adjustment @bidding_seasonality_adjustment end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
45831 45832 45833 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45831 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45838 45839 45840 45841 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45838 def update!(**args) @bidding_seasonality_adjustment = args[:bidding_seasonality_adjustment] if args.key?(:bidding_seasonality_adjustment) @resource_name = args[:resource_name] if args.key?(:resource_name) end |