GetImagesPlainArgs

data class GetImagesPlainArgs(val filter: String? = null, val project: String? = null) : ConvertibleToJava<GetImagesPlainArgs>

A collection of arguments for invoking getImages.

Constructors

Link copied to clipboard
constructor(filter: String? = null, project: String? = null)

Properties

Link copied to clipboard
val filter: String? = null

Filter for the images to be returned by the data source. Syntax can be found here in the filter section.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used. If you are using a pubimg, be sure to specify the correct Image Project.

Functions

Link copied to clipboard
open override fun toJava(): GetImagesPlainArgs