DigitalTwinModelsListResponse type

Contains response data for the list operation.

type DigitalTwinModelsListResponse = PagedModelDataCollection & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedModelDataCollection
  }
}