Gleanex.Client.ImportAgentRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ImportAgentRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.ImportAgentRequest{
  bundle: binary(),
  commitMessage: String.t() | nil,
  gitAuthorId: String.t() | nil,
  gitCommitSha: String.t() | nil,
  isDraft: boolean() | nil,
  syncMode: String.t() | nil
}