IoTSpacesGetResponse type
Contains response data for the get operation.
type IoTSpacesGetResponse = IoTSpacesDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IoTSpacesDescription
}
}