ShareGetStatisticsResponseModel type

Contains response data for the getStatistics operation.

type ShareGetStatisticsResponseModel = ShareGetStatisticsHeaders &
  ShareStats & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: ShareStats
      parsedHeaders: ShareGetStatisticsHeaders
    }
  }