Get Zero Trust Device Managed Networks List Invoke Result
data class GetZeroTrustDeviceManagedNetworksListInvokeResult(val accountId: String, val id: String, val maxItems: Int? = null, val results: List<GetZeroTrustDeviceManagedNetworksListResult>)
A collection of values returned by getZeroTrustDeviceManagedNetworksList.
Constructors
Link copied to clipboard
constructor(accountId: String, id: String, maxItems: Int? = null, results: List<GetZeroTrustDeviceManagedNetworksListResult>)