Videoオブジェクトは、動画情報を保持します。
Video object is a container for the information of videos.

Hierarchy

  • Video

Properties

accountId?: null | number
アカウントIDです。
このフィールドは、SETおよびREMOVE時に必須となります。
Account ID.
This field is required in SET and REMOVE operation.

Memberof

Video

approvalStatus?: null | VideoServiceApprovalStatus

Memberof

Video

createdDate?: null | string
動画の作成日です。
※フォーマット:yyyyMMdd
Date when the video was made.
* Format: yyyyMMdd

Memberof

Video

createdDateTime?: null | string
動画の入稿日時です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※フォーマット: yyyyMMddHHmmss
Time and date when the video was submitted.
Although this field will be returned in the response, it will be ignored on request.
*Format: yyyyMMddHHmmss

Memberof

Video

disapprovalReasonCodes?: null | string[]
動画の掲載拒否理由です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Disapproval reason of the video.
Although this field will be returned in the response, it will be ignored on request.

Memberof

Video

mediaId?: null | number
メディアIDです。
このフィールドは、SETおよびREMOVE時に必須となります。
Media ID.
This field is required in SET and REMOVE operation.

Memberof

Video

processStatus?: null | VideoServiceProcessStatus

Memberof

Video

userStatus?: null | VideoServiceUserStatus

Memberof

Video

videoName?: null | string
動画のファイル名です。
Video file name.

Memberof

Video

videoSetting?: null | VideoServiceSetting

Memberof

Video

videoTitle?: null | string
動画名です。
このフィールドは、SET時に省略可能となります。
Video name.
This field is optional in SET operation.

Memberof

Video