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