DigitalTwinModelsGetByIdResponse type
Contains response data for the getById operation.
type DigitalTwinModelsGetByIdResponse = ModelData & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: ModelData
}
}