共用方式為


ServiceUnitsListResponse type

包含清單作業的回應資料。

type ServiceUnitsListResponse = ServiceUnitResource[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceUnitResource[]
  }
}