Class FreeListingsProgramStatusReviewIneligibilityReasonDetails
Additional details for review ineligibility reasons.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class FreeListingsProgramStatusReviewIneligibilityReasonDetails : IDirectResponseSchema
Properties
CooldownTime
object representation of CooldownTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CooldownTimeDateTimeOffset instead.")]
public virtual object CooldownTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CooldownTimeDateTimeOffset
DateTimeOffset representation of CooldownTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CooldownTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CooldownTimeRaw
This timestamp represents end of cooldown period for review ineligbility reason IN_COOLDOWN_PERIOD
.
Declaration
[JsonProperty("cooldownTime")]
public virtual string CooldownTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |