List Effective Connectivity Configuration Result
data class ListEffectiveConnectivityConfigurationResult(val skipToken: String? = null, val value: List<EffectiveConnectivityConfigurationResponse>? = null)
Result of the request to list networkManagerEffectiveConnectivityConfiguration. It contains a list of groups and a skiptoken to get the next set of results.
Constructors
Link copied to clipboard
constructor(skipToken: String? = null, value: List<EffectiveConnectivityConfigurationResponse>? = null)