GetImagePlainArgs

data class GetImagePlainArgs(val imageId: String) : ConvertibleToJava<GetImagePlainArgs>

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
constructor(imageId: String)

Properties

Link copied to clipboard

ID of the image.

Functions

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