DigitalTwinModelsListResponse type

Contains response data for the list operation.

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