CreateVideoReviewsBodyItem interface

Schema items of the body.

Properties

callbackEndpoint

Optional CallbackEndpoint.

content

Video content url to review.

contentId

Content Identifier.

metadata

Optional metadata details.

status

Status of the video(Complete,Unpublished,Pending). Possible values include: 'Complete', 'Unpublished', 'Pending'

timescale

Timescale of the video.

videoFrames

Optional metadata details.

Property Details

callbackEndpoint

Optional CallbackEndpoint.

callbackEndpoint?: string

Property Value

string

content

Video content url to review.

content: string

Property Value

string

contentId

Content Identifier.

contentId: string

Property Value

string

metadata

Optional metadata details.

metadata?: CreateVideoReviewsBodyItemMetadataItem[]

Property Value

status

Status of the video(Complete,Unpublished,Pending). Possible values include: 'Complete', 'Unpublished', 'Pending'

status: StatusEnum

Property Value

timescale

Timescale of the video.

timescale?: number

Property Value

number

videoFrames

Optional metadata details.

videoFrames?: CreateVideoReviewsBodyItemVideoFramesItem[]

Property Value