Get Device Group Result
data class GetDeviceGroupResult(val allowCrashDumpsCollection: String? = null, val description: String? = null, val hasDeployment: Boolean, val id: String, val name: String, val osFeedType: String? = null, val provisioningState: String, val regionalDataBoundary: String? = null, val systemData: SystemDataResponse, val type: String, val updatePolicy: String? = null)
An device group resource belonging to a product resource.
Constructors
Link copied to clipboard
fun GetDeviceGroupResult(allowCrashDumpsCollection: String? = null, description: String? = null, hasDeployment: Boolean, id: String, name: String, osFeedType: String? = null, provisioningState: String, regionalDataBoundary: String? = null, systemData: SystemDataResponse, type: String, updatePolicy: String? = null)