Copilot.Types.CloudSessionRepository (Copilot SDK v2.3.0)

Copy Markdown

Repository metadata associated with a cloud session.

Summary

Types

t()

@type t() :: %Copilot.Types.CloudSessionRepository{
  branch: String.t() | nil,
  name: String.t(),
  owner: String.t()
}

Functions

to_map(repository)