Skip to content

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

Interface: IPublicArticleUploadMediaData

Object returned after uploading an article. It contains the requestId and the diagnoses of the operation.

Hierarchy

IPublicArticleUploadMediaData

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseDataWithRequestId.$diagnoses


feedbackId

Optional feedbackId: string

Deprecated

Use requestId instead

Inherited from

IPublicHttpResponseDataWithRequestId.feedbackId


requestId

requestId: string

RequestId of the operation.

Inherited from

IPublicHttpResponseDataWithRequestId.requestId