Show / Hide Table of Contents

Class CollectionStatus

The collectionstatus message.

Inheritance
System.Object
CollectionStatus
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.Collections.Generic.IList<CollectionStatusItemLevelIssue>

CreationDate

Date on which the collection has been created in ISO 8601 format: Date, time, and offset, e.g. "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
System.String

DestinationStatuses

The intended destinations for the collection.

Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<CollectionStatusDestinationStatus> DestinationStatuses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CollectionStatusDestinationStatus>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

LastUpdateDate

Date on which the collection has been last updated in ISO 8601 format: Date, time, and offset, e.g. "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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top