View Source GitHub.Import (GitHub REST API Client v0.3.3)
Provides struct and type for a Import
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Import{ __info__: map(), authors_count: integer() | nil, authors_url: String.t(), commit_count: integer() | nil, error_message: String.t() | nil, failed_step: String.t() | nil, has_large_files: boolean() | nil, html_url: String.t(), import_percent: integer() | nil, large_files_count: integer() | nil, large_files_size: integer() | nil, message: String.t() | nil, project_choices: [GitHub.ImportProjectChoices.t()] | nil, push_percent: integer() | nil, repository_url: String.t(), status: String.t(), status_text: String.t() | nil, svc_root: String.t() | nil, svn_root: String.t() | nil, tfvc_project: String.t() | nil, url: String.t(), use_lfs: boolean() | nil, vcs: String.t() | nil, vcs_url: String.t() }