GetServiceNetworkPlainArgs

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

A collection of arguments for invoking getServiceNetwork.

Constructors

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

Properties

Link copied to clipboard

Identifier of the network service.

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

Functions

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