GetZeroTrustDeviceManagedNetworksListPlainArgs

data class GetZeroTrustDeviceManagedNetworksListPlainArgs(val accountId: String, val maxItems: Int? = null) : ConvertibleToJava<GetZeroTrustDeviceManagedNetworksListPlainArgs>

A collection of arguments for invoking getZeroTrustDeviceManagedNetworksList.

Constructors

constructor(accountId: String, maxItems: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Functions

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