GetGlobalNetworksPlainArgs

data class GetGlobalNetworksPlainArgs(val tags: Map<String, String>? = null) : ConvertibleToJava<GetGlobalNetworksPlainArgs>

A collection of arguments for invoking getGlobalNetworks.

Constructors

Link copied to clipboard
constructor(tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val tags: Map<String, String>? = null

Restricts the list to the global networks with these tags.

Functions

Link copied to clipboard
open override fun toJava(): GetGlobalNetworksPlainArgs