Show / Hide Table of Contents

Class Item

Inheritance
object
Item
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 Item : IDirectResponseSchema

Properties

CrxVersion

The CRX version of the item. If the projection is draft, then it is the draft's CRX version.

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

ETag

The ETag of the item.

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

Id

Unique ID of the item.

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

ItemError

Detail human-readable status of the operation, in English only. Same error messages are displayed when you upload your app to the Chrome Web Store.

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

Kind

Identifies this resource as an Item. Value: the fixed string "chromewebstore#item".

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

PublicKey

Public key of this item.

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

UploadState

Status of the operation. Possible values are: - "FAILURE" - "IN_PROGRESS" - "NOT_FOUND" - "SUCCESS"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX