Get Image Plain Args
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
fun GetImagePlainArgs(id: Int? = null, name: String? = null, slug: String? = null, source: String? = null)