Class UploadItemPackageResponse
Response message for UploadItemPackage.
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class UploadItemPackageResponse : IDirectResponseSchema
Properties
CrxVersion
The extension version provided in the manifest of the uploaded package. This will not be set if the upload
is still in progress (upload_state is UPLOAD_IN_PROGRESS).
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 |
ItemId
Output only. The ID of the item the package was uploaded to.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the item the package was uploaded to.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UploadState
Output only. The state of the upload. If upload_state is UPLOAD_IN_PROGRESS, you can poll for updates
using the fetchStatus method.
Declaration
[JsonProperty("uploadState")]
public virtual string UploadState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |