Labelオブジェクトは、ラベルの情報を表します。
Label object describes label information.

Hierarchy

  • Label

Properties

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

Memberof

Label

color?: null | string
カラーです。
ADD時およびSET時、このフィールドは省略可能となります。ADD時のデフォルト設定値は#FFFFFFとなります。
Color.
This field is optional in ADD and SET operation. The default value in ADD operation will be #FFFFFF.

Memberof

Label

description?: null | string
説明文です。
ADD時およびSET時、このフィールドは省略可能となります。
Description.
This field is optional in ADD and SET operation.

Memberof

Label

labelId?: null | number
ラベルIDです。
SET時およびREMOVE時、このフィールドは必須です。
Label ID.
This field is required in SET and REMOVE operation.

Memberof

Label

labelName?: null | string
ラベル名です。
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
Label name.
This field is required in ADD operation, and will be optional in SET operation.

Memberof

Label