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