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

Provides struct and type for OrganizationActionsVariable

Link to this section Summary

Link to this section Types

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