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.



4943
4944
4945
# File 'lib/google/apis/content_v2_1/classes.rb', line 4943

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)


4941
4942
4943
# File 'lib/google/apis/content_v2_1/classes.rb', line 4941

def cooldown_time
  @cooldown_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4948
4949
4950
# File 'lib/google/apis/content_v2_1/classes.rb', line 4948

def update!(**args)
  @cooldown_time = args[:cooldown_time] if args.key?(:cooldown_time)
end