Package-level declarations
Types
Link copied to clipboard
data class GetNetworksPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetNetworksPlainArgs>
A collection of arguments for invoking getNetworks.
Link copied to clipboard
Builder for GetNetworksPlainArgs.