Class FetchItemStatusResponse
Response message for FetchItemStatus.
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class FetchItemStatusResponse : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastAsyncUploadState
Output only. The state of the last async upload for an item. Only set when there has been an async upload for the item in the past 24 hours.
Declaration
[JsonProperty("lastAsyncUploadState")]
public virtual string LastAsyncUploadState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the requested item.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicKey
The public key of the item, which may be generated by the store.
Declaration
[JsonProperty("publicKey")]
public virtual string PublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishedItemRevisionStatus
Output only. Status of the current published revision of the item. Will be unset if the item is not published.
Declaration
[JsonProperty("publishedItemRevisionStatus")]
public virtual ItemRevisionStatus PublishedItemRevisionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemRevisionStatus |
SubmittedItemRevisionStatus
Status of the item revision submitted to be published. Will be unset if the item has not been submitted for publishing since the last successful publish.
Declaration
[JsonProperty("submittedItemRevisionStatus")]
public virtual ItemRevisionStatus SubmittedItemRevisionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemRevisionStatus |
TakenDown
If true, the item has been taken down for a policy violation. Check the developer dashboard for details.
Declaration
[JsonProperty("takenDown")]
public virtual bool? TakenDown { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Warned
If true, the item has been warned for a policy violation and will be taken down if not resolved. Check the developer dashboard for details.
Declaration
[JsonProperty("warned")]
public virtual bool? Warned { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |