Get Volumes Plain Args
data class GetVolumesPlainArgs(val namespace: String? = null, val nodeId: String? = null, val pluginId: String? = null, val type: String? = null) : ConvertibleToJava<GetVolumesPlainArgs>
A collection of arguments for invoking getVolumes.
Constructors
Link copied to clipboard
fun GetVolumesPlainArgs(namespace: String? = null, nodeId: String? = null, pluginId: String? = null, type: String? = null)