GetImagePlainArgs

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

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
constructor(accountId: String, imageId: String)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Image unique identifier.

Functions

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