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

Provides struct and type for a Interaction.Limit.Response

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Interaction.Limit.Response{
  __info__: map(),
  expires_at: DateTime.t(),
  limit: String.t(),
  origin: String.t()
}