Interface LabelServiceValue

LabelServiceValueオブジェクトは、操作結果を含むラベルの情報を表します。
LabelServiceValue object describes label information including its operation results.

Hierarchy

  • LabelServiceValue

Properties

errors?: null | display.ModelError[]
エラー内容です。
Error content.

Memberof

LabelServiceValue

label?: null | display.Label

Memberof

LabelServiceValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

LabelServiceValue