StatsApi class

Constructors

StatsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
statsGlobalChronicCreate(GlobalStatistics globalStatistics) Future<List<ChronicStats>?>
Traffic analytics over all projects and models.
statsGlobalChronicCreateWithHttpInfo(GlobalStatistics globalStatistics) Future<Response>
Traffic analytics over all projects and models.
statsGlobalSummaryCreate(GlobalStatistics globalStatistics) Future<SummaryStats?>
Traffic analytics over all projects and models.
statsGlobalSummaryCreateWithHttpInfo(GlobalStatistics globalStatistics) Future<Response>
Traffic analytics over all projects and models.
statsProjectChronicCreate(String id, ProjectStatistics projectStatistics) Future<List<ChronicStats>?>
Chronic statistics for single project and all models of that project.
statsProjectChronicCreateWithHttpInfo(String id, ProjectStatistics projectStatistics) Future<Response>
Chronic statistics for single project and all models of that project.
statsProjectSummaryCreate(String id, ProjectStatistics projectStatistics) Future<SummaryStats?>
Summary statistics for single project and all models of that project.
statsProjectSummaryCreateWithHttpInfo(String id, ProjectStatistics projectStatistics) Future<Response>
Summary statistics for single project and all models of that project.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited