Interface AuditLogServiceValue

AuditLogServiceValueオブジェクトは、実行結果(1エンティティ)を保持します。
AuditLogServiceValue object retains the operation result (1 entity).

Hierarchy

  • AuditLogServiceValue

Properties

errors?: null | search.ModelError[]

Memberof

AuditLogServiceValue

Memberof

AuditLogServiceValue

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

Memberof

AuditLogServiceValue