Interface ReportDefinitionServiceValue

ReportDefinitionServiceValueオブジェクトは、処理結果を含むレポートの情報を表します。
ReportDefinitionServiceValue is an information of the report including operation result.

Hierarchy

  • ReportDefinitionServiceValue

Properties

errors?: null | search.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 | search.ReportDefinition

Memberof

ReportDefinitionServiceValue