GetRemoteImagePlainArgs

data class GetRemoteImagePlainArgs(val name: String) : ConvertibleToJava<GetRemoteImagePlainArgs>

A collection of arguments for invoking getRemoteImage.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the Docker image, including any tags or SHA256 repo digests.

Functions

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