View Source GitHub.CommunityProfile (GitHub REST API Client v0.0.7)

Provides struct and type for CommunityProfile

Link to this section Summary

Link to this section Types

@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
}