Class: Google::Apis::ContentV2_1::FreeListingsProgramStatusReviewIneligibilityReasonDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_timeString

This timestamp represents end of cooldown period for review ineligbility reason IN_COOLDOWN_PERIOD. Corresponds to the JSON property cooldownTime

Returns:

  • (String)


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