Class UploadImageResponse
Response for uploading an image.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UploadImageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageId
The unique ID of the uploaded image.
Declaration
[JsonProperty("imageId")]
public virtual string ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |