Interface AssetServiceImageAsset

AssetServiceImageAssetオブジェクトは、画像アセット情報を格納します。
ADD時、このフィールドは省略可能となります。※typeがIMAGEの場合は必須です。
画像アセットについて
画像アセットの作成
AssetServiceImageAsset contains Asset value information for image asset.
This field is optional in ADD operation. *If type is IMAGE, this field is required.
* About image asset
* Create image asset

Hierarchy

  • AssetServiceImageAsset

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

AssetServiceImageAsset

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

AssetServiceImageAsset

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

Memberof

AssetServiceImageAsset

fileType?: null | AssetServiceFileType

Memberof

AssetServiceImageAsset

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

Memberof

AssetServiceImageAsset

imageName?: null | string
画像名です。
ADD時、このフィールドは必須となります。
Image name.
This field is required in ADD operation.

Memberof

AssetServiceImageAsset

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

Memberof

AssetServiceImageAsset