Get Image Plain Args
data class GetImagePlainArgs(val imageDigest: String? = null, val imageTag: String? = null, val mostRecent: Boolean? = null, val registryId: String? = null, val repositoryName: String) : ConvertibleToJava<GetImagePlainArgs>
A collection of arguments for invoking getImage.