Class CollectionStatus
The collectionstatus message.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CollectionStatus : IDirectResponseSchema
Properties
CollectionLevelIssuses
A list of all issues associated with the collection.
Declaration
[JsonProperty("collectionLevelIssuses")]
public virtual IList<CollectionStatusItemLevelIssue> CollectionLevelIssuses { get; set; }
Property Value
Type | Description |
---|---|
IList<CollectionStatusItemLevelIssue> |
CreationDate
Date on which the collection has been created in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationStatuses
The intended destinations for the collection.
Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<CollectionStatusDestinationStatus> DestinationStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<CollectionStatusDestinationStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Required. The ID of the collection for which status is reported.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdateDate
Date on which the collection has been last updated in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
Declaration
[JsonProperty("lastUpdateDate")]
public virtual string LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
string |