View Source
GitHub.CommunityProfile
(GitHub REST API Client v0.0.1)
Provides struct and type for CommunityProfile
@type t() :: %GitHub.CommunityProfile{
content_reports_enabled: boolean() | nil,
description: String.t() | nil,
documentation: String.t() | nil,
files: map(),
health_percentage: integer(),
updated_at: String.t() | nil
}