Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult

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

The result for the seasonality adjustment mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBiddingSeasonalityAdjustmentsResult.



46598
46599
46600
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46598

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

Instance Attribute Details

#bidding_seasonality_adjustmentGoogle::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



46591
46592
46593
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46591

def bidding_seasonality_adjustment
  @bidding_seasonality_adjustment
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


46596
46597
46598
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46596

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46603
46604
46605
46606
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46603

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