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

Provides struct and type for a Actions.Variable

Link to this section Summary

Link to this section Types

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