@@ -609,15 +609,16 @@ class CssProductInput
609609 # @return [String]
610610 attr_accessor :final_name
611611
612- # Represents the existing version (freshness) of the CSS Product, which can be
613- # used to preserve the right order when multiple updates are done at the same
614- # time. This field must not be set to the future time. If set, the update is
615- # prevented if a newer version of the item already exists in our system (that is
616- # the last update time of the existing CSS products is later than the freshness
617- # time set in the update). If the update happens, the last update time is then
618- # set to this freshness time. If not set, the update will not be prevented and
619- # the last update time will default to when this request was received by the CSS
620- # API. If the operation is prevented, the aborted exception will be thrown.
612+ # DEPRECATED. Use expiration_date instead. Represents the existing version (
613+ # freshness) of the CSS Product, which can be used to preserve the right order
614+ # when multiple updates are done at the same time. This field must not be set to
615+ # the future time. If set, the update is prevented if a newer version of the
616+ # item already exists in our system (that is the last update time of the
617+ # existing CSS products is later than the freshness time set in the update). If
618+ # the update happens, the last update time is then set to this freshness time.
619+ # If not set, the update will not be prevented and the last update time will
620+ # default to when this request was received by the CSS API. If the operation is
621+ # prevented, the aborted exception will be thrown.
621622 # Corresponds to the JSON property `freshnessTime`
622623 # @return [String]
623624 attr_accessor :freshness_time
0 commit comments