GetNetworksPlainArgs

data class GetNetworksPlainArgs(val project: String? = null) : ConvertibleToJava<GetNetworksPlainArgs>

A collection of arguments for invoking getNetworks.

Constructors

Link copied to clipboard
constructor(project: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The name of the project.

Functions

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