View Source GitHub.Interaction.Limit (GitHub REST API Client v0.0.13)

Provides struct and type for InteractionLimit

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Interaction.Limit{
  __info__: map(),
  expiry: String.t() | nil,
  limit: String.t()
}