Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IPublicMediaDocumentThumbUpdateResultData

Interface: IPublicMediaDocumentThumbUpdateResultData

Object representing the media document for which the thumb has been modified. Contains also the requestId and diagnoses of the operation.

Hierarchy

IPublicMediaDocumentThumbUpdateResultData

↳↳ IPublicMediaDocumentThumbUpdateResultDataWithRequestId

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseDataWithRequestId.$diagnoses


documentId

documentId: string

The id of the document.


feedbackId

Optional feedbackId: string

Deprecated

Use requestId instead

Inherited from

IPublicHttpResponseDataWithRequestId.feedbackId


id

id: string

The id of the media.


requestId

requestId: string

RequestId of the operation.

Inherited from

IPublicHttpResponseDataWithRequestId.requestId