Class: Google::Apis::ContentV2_1::ShoppingAdsProgramStatusReviewIneligibilityReasonDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ShoppingAdsProgramStatusReviewIneligibilityReasonDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Overview
Additional details for review ineligibility reasons.
Instance Attribute Summary collapse
-
#cooldown_time ⇒ String
This timestamp represents end of cooldown period for review ineligbility reason
IN_COOLDOWN_PERIOD
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShoppingAdsProgramStatusReviewIneligibilityReasonDetails
constructor
A new instance of ShoppingAdsProgramStatusReviewIneligibilityReasonDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ShoppingAdsProgramStatusReviewIneligibilityReasonDetails
Returns a new instance of ShoppingAdsProgramStatusReviewIneligibilityReasonDetails.
13980 13981 13982 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13980 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cooldown_time ⇒ String
This timestamp represents end of cooldown period for review ineligbility
reason IN_COOLDOWN_PERIOD
.
Corresponds to the JSON property cooldownTime
13978 13979 13980 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13978 def cooldown_time @cooldown_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13985 13986 13987 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13985 def update!(**args) @cooldown_time = args[:cooldown_time] if args.key?(:cooldown_time) end |