GetImagesResult

data class GetImagesResult(val filters: List<GetImagesFilter>? = null, val id: String, val images: List<GetImagesImage>, val sorts: List<GetImagesSort>? = null)

A collection of values returned by getImages.

Constructors

Link copied to clipboard
constructor(filters: List<GetImagesFilter>? = null, id: String, images: List<GetImagesImage>, sorts: List<GetImagesSort>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A set of images satisfying any filter and sort criteria. Each image has the following attributes:

Link copied to clipboard
val sorts: List<GetImagesSort>? = null