Class CssProductStatus
The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.
Implements
Inherited Members
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class CssProductStatus : IDirectResponseSchema
Properties
CreationDate
object representation of CreationDateRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationDateDateTimeOffset instead.")]
public virtual object CreationDate { get; set; }
Property Value
Type | Description |
---|---|
object |
CreationDateDateTimeOffset
DateTimeOffset representation of CreationDateRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationDateDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreationDateRaw
Date on which the item has been created, in ISO 8601 format.
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDateRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationStatuses
The intended destinations for the product.
Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<DestinationStatus> DestinationStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<DestinationStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleExpirationDate
object representation of GoogleExpirationDateRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use GoogleExpirationDateDateTimeOffset instead.")]
public virtual object GoogleExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
object |
GoogleExpirationDateDateTimeOffset
DateTimeOffset representation of GoogleExpirationDateRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? GoogleExpirationDateDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
GoogleExpirationDateRaw
Date on which the item expires, in ISO 8601 format.
Declaration
[JsonProperty("googleExpirationDate")]
public virtual string GoogleExpirationDateRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemLevelIssues
A list of all issues associated with the product.
Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<ItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type | Description |
---|---|
IList<ItemLevelIssue> |
LastUpdateDate
object representation of LastUpdateDateRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateDateDateTimeOffset instead.")]
public virtual object LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
object |
LastUpdateDateDateTimeOffset
DateTimeOffset representation of LastUpdateDateRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateDateDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastUpdateDateRaw
Date on which the item has been last updated, in ISO 8601 format.
Declaration
[JsonProperty("lastUpdateDate")]
public virtual string LastUpdateDateRaw { get; set; }
Property Value
Type | Description |
---|---|
string |