Class WebAppIcon
An icon for a web app. Supported formats are: png, jpg and webp.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WebAppIcon : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageData
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet"). - The image type can be png or jpg. - The image should ideally be square.
- The image should ideally have a size of 512x512.
Declaration
[JsonProperty("imageData")]
public virtual string ImageData { get; set; }
Property Value
Type | Description |
---|---|
string |