Typed GetProjectMetricsSummaryQuery model.
@type t() :: %ApolloSignal.Types.GetProjectMetricsSummaryQuery{ project_id: String.t() | nil, window: String.t() | nil }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()