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

Provides struct and type for a Migration

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Migration{
  __info__: map(),
  archive_url: String.t() | nil,
  created_at: DateTime.t(),
  exclude: [String.t()] | nil,
  exclude_attachments: boolean(),
  exclude_git_data: boolean(),
  exclude_metadata: boolean(),
  exclude_owner_projects: boolean(),
  exclude_releases: boolean(),
  guid: String.t(),
  id: integer(),
  lock_repositories: boolean(),
  node_id: String.t(),
  org_metadata_only: boolean(),
  owner: GitHub.User.simple() | nil,
  repositories: [GitHub.Repository.t()],
  state: String.t(),
  updated_at: DateTime.t(),
  url: String.t()
}