Class CssProductStatus
The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class CssProductStatus : IMessage<CssProductStatus>, IEquatable<CssProductStatus>, IDeepCloneable<CssProductStatus>, IBufferMessage, IMessage
Constructors
CssProductStatus()
Declaration
public CssProductStatus()
CssProductStatus(CssProductStatus)
Declaration
public CssProductStatus(CssProductStatus other)
Parameters
Type | Name | Description |
---|---|---|
CssProductStatus | other |
Properties
CreationDate
Date on which the item has been created, in ISO 8601 format.
Declaration
public Timestamp CreationDate { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
DestinationStatuses
The intended destinations for the product.
Declaration
public RepeatedField<CssProductStatus.Types.DestinationStatus> DestinationStatuses { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CssProductStatus.Types.DestinationStatus> |
GoogleExpirationDate
Date on which the item expires, in ISO 8601 format.
Declaration
public Timestamp GoogleExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
ItemLevelIssues
A list of all issues associated with the product.
Declaration
public RepeatedField<CssProductStatus.Types.ItemLevelIssue> ItemLevelIssues { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CssProductStatus.Types.ItemLevelIssue> |
LastUpdateDate
Date on which the item has been last updated, in ISO 8601 format.
Declaration
public Timestamp LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |