Aracılığıyla paylaş


DevicesCreateOrUpdateGroupResponse type

createOrUpdateGroup işlemi için yanıt verilerini içerir.

type DevicesCreateOrUpdateGroupResponse = Group & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Group }
}