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
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.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class ProductStatus : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX