Show / Hide Table of Contents

Class FreeListingsProgramStatusReviewIneligibilityReasonDetails

Additional details for review ineligibility reasons.

Inheritance
object
FreeListingsProgramStatusReviewIneligibilityReasonDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX