Show / Hide Table of Contents

Class ProductStatus

The status of a product, data validation issues, that is, information about a product computed asynchronously.

Inheritance
object
ProductStatus
Implements
IMessage<ProductStatus>
IEquatable<ProductStatus>
IDeepCloneable<ProductStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class ProductStatus : IMessage<ProductStatus>, IEquatable<ProductStatus>, IDeepCloneable<ProductStatus>, IBufferMessage, IMessage

Constructors

ProductStatus()

Declaration
public ProductStatus()

ProductStatus(ProductStatus)

Declaration
public ProductStatus(ProductStatus other)
Parameters
Type Name Description
ProductStatus 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<ProductStatus.Types.DestinationStatus> DestinationStatuses { get; }
Property Value
Type Description
RepeatedField<ProductStatus.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<ProductStatus.Types.ItemLevelIssue> ItemLevelIssues { get; }
Property Value
Type Description
RepeatedField<ProductStatus.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
In this article
Back to top Generated by DocFX