Repository URL returned from create/move operations.
Create a RepoUrl struct from an API response.
@type t() :: %HfHub.Repo.RepoUrl{ repo_id: String.t(), repo_type: :model | :dataset | :space, url: String.t() }