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.
Properties
Link copied to clipboard
Specific architecture the layer version could support. Conflicts with version
. If specified, the latest available layer version supporting the provided architecture will be used.
Link copied to clipboard
Specific runtime the layer version must support. Conflicts with version
. If specified, the latest available layer version supporting the provided runtime will be used.