StatsApi class
Properties
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