Interface AssetServiceFaviconAsset

AssetServiceFaviconAssetオブジェクトは、ファビコンの情報を格納します。
ADD時、このフィールドは省略可能となります。※typeがFAVICONの場合は必須です。
AssetServiceFaviconAsset contains favicon information.
This field is optional in ADD operation. *If type is FAVICON, this field is required.

Hierarchy

  • AssetServiceFaviconAsset

Properties

aspectRatio?: null | string
画像アスペクト比の種類です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The type of aspect ratio.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AssetServiceFaviconAsset

data?: null | string
画像ファイルのbase64エンコードです。ADD時、このフィールドは必須となります。
※このフィールドは、レスポンスの際に返却されません。
The image file in base64 encode. This field is required in ADD operation.
* This field is not returned in the response.

Memberof

AssetServiceFaviconAsset

faviconName?: null | string
ファビコン名です。
ADD時、このフィールドは必須となります。
Favicon name.
This field is required in ADD operation.

Memberof

AssetServiceFaviconAsset

fileSize?: null | number
ファイルサイズです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The file size of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AssetServiceFaviconAsset

fileType?: null | AssetServiceFileType

Memberof

AssetServiceFaviconAsset

height?: null | number
縦の長さです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The height of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AssetServiceFaviconAsset

width?: null | number
横幅です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The width of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AssetServiceFaviconAsset