Get Layer Version Plain Args
data class GetLayerVersionPlainArgs(val compatibleArchitecture: String? = null, val compatibleRuntime: String? = null, val layerName: String, val version: Int? = null) : ConvertibleToJava<GetLayerVersionPlainArgs>
A collection of arguments for invoking getLayerVersion.
Constructors
Link copied to clipboard
fun GetLayerVersionPlainArgs(compatibleArchitecture: String? = null, compatibleRuntime: String? = null, layerName: String, version: Int? = null)