Subnet Response
data class SubnetResponse(val allowPublicIp: String? = null, val labSubnetName: String? = null, val resourceId: String? = null)
Subnet information.
Constructors
Link copied to clipboard
fun SubnetResponse(allowPublicIp: String? = null, labSubnetName: String? = null, resourceId: String? = null)