Package version:

Interface PirSharedGalleryResource

Base information about the shared gallery resource in pir.

interface PirSharedGalleryResource {
    location?: string;
    name?: string;
    uniqueId?: string;
}

Hierarchy (view full)

Properties

location?: string

Resource location NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

uniqueId?: string

The unique id of this shared gallery.