Docker Image Platform Args
data class DockerImagePlatformArgs(val operatingSystemType: Output<Either<String, OperatingSystemType>>? = null) : ConvertibleToJava<DockerImagePlatformArgs>
Constructors
Link copied to clipboard
fun DockerImagePlatformArgs(operatingSystemType: Output<Either<String, OperatingSystemType>>? = null)