ShareSetQuotaResponse type

Contains response data for the setQuota operation.

type ShareSetQuotaResponse = ShareSetQuotaHeaders & {
  _response: msRest.HttpResponse & { parsedHeaders: ShareSetQuotaHeaders }
}