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.



46526
46527
46528
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46526

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



46519
46520
46521
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46519

def bidding_seasonality_adjustment
  @bidding_seasonality_adjustment
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


46524
46525
46526
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46524

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46531
46532
46533
46534
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46531

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