Interface ReportDefinitionServiceValue

ReportDefinitionServiceValueオブジェクトは、操作結果を含むレポート定義を表します。
The ReportDefinitionServiceValue object is a container that holds report definitions, including operation results.

Hierarchy

  • ReportDefinitionServiceValue

Properties

errors?: null | display.ModelError[]

Memberof

ReportDefinitionServiceValue

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

Memberof

ReportDefinitionServiceValue

reportDefinition?: null | display.ReportDefinition

Memberof

ReportDefinitionServiceValue