interface ListImagesResponse {
    images: Instance.v1.Image[];
    totalCount: number;
}

Properties

Properties

images: Instance.v1.Image[]

List of images.

totalCount: number

Total number of images.