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.