Skip to content

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

Interface: IPublicLibraryCollectionData

Object representing the collection retrieved and the diagnoses of the operation.

Hierarchy

IPublicLibraryCollectionData

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseData.$diagnoses


id

id: string

The id of the collection.

Inherited from

IPublicLibraryCollection.id


path

path: string

The parents from root collection separated by "/"

Inherited from

IPublicLibraryCollection.path


tags

tags: IPublicViewTags

Additional data about the collection

Inherited from

IPublicLibraryCollection.tags


title

title: string

The title of the collection.

Inherited from

IPublicLibraryCollection.title


type

type: PublicViewType

The type of the collection.

Inherited from

IPublicLibraryCollection.type