ExDaytona.Model.GitPushRequest (ex_daytona v0.3.0)

Copy Markdown View Source

GitPushRequest model.

Summary

Types

t()

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

Functions

decode(value)