DigitalTwinsGetByIdResponse type

Contains response data for the getById operation.

type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: any
    parsedHeaders: DigitalTwinsGetByIdHeaders
  }
  body: any
}