Interface AuditLogServiceValue

AuditLogServiceValueオブジェクトは、get/addメソッドの実行結果(1エンティティ)を保持するオブジェクトです。
AuditLogServiceValue object is container storing the result of get/add method (1 entity).

Hierarchy

  • AuditLogServiceValue

Properties

auditLogJob?: null | display.AuditLogServiceJob

Memberof

AuditLogServiceValue

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

Memberof

AuditLogServiceValue

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

Memberof

AuditLogServiceValue