ApolloSignal.Types.ProjectMetricsTimelineResponse (apollo_signal v1.0.5)

Copy Markdown View Source

Typed ProjectMetricsTimelineResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.ProjectMetricsTimelineResponse{
  buckets: [ApolloSignal.Types.ProjectTimelineBucketResponse.t()],
  format: String.t(),
  granularity: String.t(),
  project_id: String.t(),
  window: ApolloSignal.Types.MetricsWindowResponse.t()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(value)

@spec to_map(t()) :: map()