View Source GitHub.Copilot.UsageMetrics (GitHub REST API Client v0.3.3)
Provides struct and type for a Copilot.UsageMetrics
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Copilot.UsageMetrics{ __info__: map(), breakdown: [map()] | nil, day: Date.t(), total_acceptances_count: integer() | nil, total_active_chat_users: integer() | nil, total_active_users: integer() | nil, total_chat_acceptances: integer() | nil, total_chat_turns: integer() | nil, total_lines_accepted: integer() | nil, total_lines_suggested: integer() | nil, total_suggestions_count: integer() | nil }