Show / Hide Table of Contents

Class Item2

Inheritance
object
Item2
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.Chromewebstore.v1_1.Data
Assembly: Google.Apis.Chromewebstore.v1_1.dll
Syntax
public class Item2 : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ItemId

The ID of this item.

Declaration
[JsonProperty("item_id")]
public virtual string ItemId { get; set; }
Property Value
Type Description
string

Kind

Static string value is always "chromewebstore#item".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Status

The status code of this publish operation. It may contain multiple elements from the following list: NOT_AUTHORIZED, INVALID_DEVELOPER, DEVELOPER_NO_OWNERSHIP, DEVELOPER_SUSPENDED, ITEM_NOT_FOUND, ITEM_PENDING_REVIEW, ITEM_TAKEN_DOWN, PUBLISHER_SUSPENDED.

Declaration
[JsonProperty("status")]
public virtual IList<string> Status { get; set; }
Property Value
Type Description
IList<string>

StatusDetail

Detailed human-comprehensible explanation of the status code above.

Declaration
[JsonProperty("statusDetail")]
public virtual IList<string> StatusDetail { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX