ApplicationIconCreateSpec

ApplicationIconCreateSpec
ApplicationIconCreateSpec

Application icon object to be created.

JSON Example
{
    "data": "string",
    "height": 16,
    "width": 16
}
string As byte As byte
data
Required

Icon image data in PNG format. This is the Base64 encoded binary data of the image.

integer As int64 As int64
height
Required

Icon height.

integer As int64 As int64
width
Required

Icon width.