Connectivity Collection Response
    data class ConnectivityCollectionResponse(val groups: List<ManagedNetworkGroupResponse>, val peerings: List<ManagedNetworkPeeringPolicyResponse>)
The collection of Connectivity related groups and policies within the Managed Network
Constructors
Link copied to clipboard
                fun ConnectivityCollectionResponse(groups: List<ManagedNetworkGroupResponse>, peerings: List<ManagedNetworkPeeringPolicyResponse>)