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

Provides struct and type for a CustomPropertyValue

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CustomPropertyValue{
  __info__: map(),
  property_name: String.t(),
  value: String.t() | [String.t()]
}