Get Isp Customer Result
data class GetIspCustomerResult(val id: String, val location: String, val name: String, val properties: CustomerPropertyResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents the high level Nodes needed to provision isp customer resources
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: CustomerPropertyResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)