Skip to content

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

Interface: IPublicLibraryData

Object representing a library. Contains also the diagnoses of the operation.

Hierarchy

IPublicLibraryData

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseData.$diagnoses


id

id: string

The id of the library.

Inherited from

IPublicLibrary.id


title

title: string

The title of the library.

Inherited from

IPublicLibrary.title


url

url: string

The library's url.

Inherited from

IPublicLibrary.url