GetImageVariantPlainArgs

data class GetImageVariantPlainArgs(val accountId: String, val variantId: String) : ConvertibleToJava<GetImageVariantPlainArgs>

A collection of arguments for invoking getImageVariant.

Constructors

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

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Functions

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