Interface VideoServiceSelector

VideoServiceSelectorオブジェクトは、入稿済みの動画の情報を取得します。
The VideoServiceSelector object is a container for storing added video information and filtering condition.

Hierarchy

  • VideoServiceSelector

Properties

accountId: number
アカウントIDです。
Account ID.

Memberof

VideoServiceSelector

approvalStatuses?: null | VideoServiceApprovalStatus[]

Memberof

VideoServiceSelector

createdDateRange?: null | VideoServiceCreatedDateRange

Memberof

VideoServiceSelector

mediaIds?: null | number[]
メディアIDです。
Media ID.

Memberof

VideoServiceSelector

numberResults?: null | number
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.

Memberof

VideoServiceSelector

processStatuses?: null | VideoServiceProcessStatus[]

Memberof

VideoServiceSelector

startIndex?: null | number
取得を開始する結果セット内の位置。このフィールドは、0以上を指定する必要があります。
The position within the result set where retrieval begins. This field must be greater than or equal to 0.

Memberof

VideoServiceSelector

userStatuses?: null | VideoServiceUserStatus[]

Memberof

VideoServiceSelector