View Source GitHub.CodeOfConduct (GitHub REST API Client v0.3.3)

Provides struct and types for a CodeOfConduct

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.CodeOfConduct{
  __info__: map(),
  body: term(),
  html_url: String.t() | nil,
  key: String.t(),
  name: String.t(),
  url: String.t()
}
@type t() :: %GitHub.CodeOfConduct{
  __info__: map(),
  body: String.t() | nil,
  html_url: String.t() | nil,
  key: String.t(),
  name: String.t(),
  url: String.t()
}