View Source GitHub.ImportProjectChoices (GitHub REST API Client v0.3.3)

Provides struct and type for a ImportProjectChoices

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ImportProjectChoices{
  __info__: map(),
  human_name: String.t() | nil,
  tfvc_project: String.t() | nil,
  vcs: String.t() | nil
}