Get Discovered Workload Result
data class GetDiscoveredWorkloadResult(val id: String, val location: String, val name: String, val project: String? = null, val workloadProperties: List<GetDiscoveredWorkloadWorkloadProperty>, val workloadReferences: List<GetDiscoveredWorkloadWorkloadReference>, val workloadUri: String)
A collection of values returned by getDiscoveredWorkload.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, project: String? = null, workloadProperties: List<GetDiscoveredWorkloadWorkloadProperty>, workloadReferences: List<GetDiscoveredWorkloadWorkloadReference>, workloadUri: String)