GetImagePlainArgs

data class GetImagePlainArgs(val id: Int? = null, val name: String? = null, val slug: String? = null, val source: String? = null) : ConvertibleToJava<GetImagePlainArgs>

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
constructor(id: Int? = null, name: String? = null, slug: String? = null, source: String? = null)

Properties

Link copied to clipboard
val id: Int? = null

The id of the image

Link copied to clipboard
val name: String? = null

The name of the image.

Link copied to clipboard
val slug: String? = null

The slug of the official image. If name is specified, you may also specify:

Link copied to clipboard
val source: String? = null

Restrict the search to one of the following categories of images:

Functions

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