ProjectsCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type ProjectsCreateOrUpdateResponse = Project & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project }
}