View Source
GitHub.RepoRequiredWorkflow
(GitHub REST API Client v0.0.4)
Provides struct and type for RepoRequiredWorkflow
@type t() :: %GitHub.RepoRequiredWorkflow{
badge_url: String.t(),
created_at: String.t(),
html_url: String.t(),
id: integer(),
name: String.t(),
node_id: String.t(),
path: String.t(),
source_repository: GitHub.MinimalRepository.t(),
state: String.t(),
updated_at: String.t(),
url: String.t()
}