GitPullRequest model.
@type t() :: %ExDaytona.Model.GitPullRequest{ branch: String.t() | nil, password: String.t() | nil, path: String.t(), remote: String.t() | nil, username: String.t() | nil }