Get Label By Workspace Result
data class GetLabelByWorkspaceResult(val color: String? = null, val displayName: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Label details
Constructors
Link copied to clipboard
fun GetLabelByWorkspaceResult(color: String? = null, displayName: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)