GitCloneRequest model.
@type t() :: %ExDaytona.Model.GitCloneRequest{ branch: String.t() | nil, commit_id: String.t() | nil, depth: integer() | nil, insecure_skip_tls: boolean() | nil, password: String.t() | nil, path: String.t(), url: String.t(), username: String.t() | nil }