Lab Network Profile Response
    data class LabNetworkProfileResponse(val loadBalancerId: String? = null, val publicIpId: String? = null, val subnetId: String? = null)
Profile for how to handle networking for Labs.
Constructors
Link copied to clipboard
                fun LabNetworkProfileResponse(loadBalancerId: String? = null, publicIpId: String? = null, subnetId: String? = null)