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