Package version:

Interface CommunityGalleries

Interface representing a CommunityGalleries.

interface CommunityGalleries {
    get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGallery>;
}

Methods

Methods