Class: Google::Apis::ContentV2_1::ShoppingAdsProgramStatusReviewIneligibilityReasonDetails

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) ⇒ ShoppingAdsProgramStatusReviewIneligibilityReasonDetails

Returns a new instance of ShoppingAdsProgramStatusReviewIneligibilityReasonDetails.



13942
13943
13944
# File 'lib/google/apis/content_v2_1/classes.rb', line 13942

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)


13940
13941
13942
# File 'lib/google/apis/content_v2_1/classes.rb', line 13940

def cooldown_time
  @cooldown_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13947
13948
13949
# File 'lib/google/apis/content_v2_1/classes.rb', line 13947

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