Package version:

Interface SharedGalleryList

The List Shared Galleries operation response.

interface SharedGalleryList {
    nextLink?: string;
    value: SharedGallery[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries.

value: SharedGallery[]

A list of shared galleries.