Service Group Response
data class ServiceGroupResponse(val id: String, val kind: String? = null, val name: String, val properties: ServiceGroupPropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The serviceGroup details.
Constructors
Link copied to clipboard
constructor(id: String, kind: String? = null, name: String, properties: ServiceGroupPropertiesResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)