Class: Google::Apis::ContentV2_1::FreeListingsProgramStatusReviewIneligibilityReasonDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::FreeListingsProgramStatusReviewIneligibilityReasonDetails
- 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) ⇒ FreeListingsProgramStatusReviewIneligibilityReasonDetails
constructor
A new instance of FreeListingsProgramStatusReviewIneligibilityReasonDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FreeListingsProgramStatusReviewIneligibilityReasonDetails
Returns a new instance of FreeListingsProgramStatusReviewIneligibilityReasonDetails.
4895 4896 4897 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4895 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
4893 4894 4895 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4893 def cooldown_time @cooldown_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4900 4901 4902 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4900 def update!(**args) @cooldown_time = args[:cooldown_time] if args.key?(:cooldown_time) end |