Interface VideoServiceValue

VideoServiceValueオブジェクトは、メソッドの実行結果(1Entity)を保持します。
VideoServiceValue object stores the execution result (1 Entity) of method.

Hierarchy

  • VideoServiceValue

Properties

errors?: null | display.ModelError[]

Memberof

VideoServiceValue

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

Memberof

VideoServiceValue

video?: null | Video

Memberof

VideoServiceValue