DevicesCreateOrUpdateGroupResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdateGroup.
type DevicesCreateOrUpdateGroupResponse = Group & {
_response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Group }
}