View Source GitHub.Actions.Variable (GitHub REST API Client v0.0.12)

Provides struct and type for ActionsVariable

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Variable{
  __info__: map(),
  created_at: String.t(),
  name: String.t(),
  updated_at: String.t(),
  value: String.t()
}