View Source GitHub.Organization.ActionsVariable (GitHub REST API Client v0.3.1)

Provides struct and type for a Organization.ActionsVariable

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Organization.ActionsVariable{
  __info__: map(),
  created_at: DateTime.t(),
  name: String.t(),
  selected_repositories_url: String.t() | nil,
  updated_at: DateTime.t(),
  value: String.t(),
  visibility: String.t()
}