MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / EnvironmentMetricsData

Class EnvironmentMetricsData

api/platform_hub/types.py:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class EnvironmentMetricsData(TypedDict):
17 id: int
18 name: str
19 api_calls_30d: int
20 flag_evaluations_30d: int
21
22
23class ProjectMetricsData(TypedDict):

Callers 1

get_organisation_metricsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…