class Google::Apis::ContentV2_1::RepricingRuleEffectiveTime
Attributes
fixed_time_periods[RW]
A list of fixed time periods combined with OR. The maximum number of entries is limited to 5. Corresponds to the JSON property `fixedTimePeriods` @return [Array<Google::Apis::ContentV2_1::RepricingRuleEffectiveTimeFixedTimePeriod>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 12468 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 12473 def update!(**args) @fixed_time_periods = args[:fixed_time_periods] if args.key?(:fixed_time_periods) end