CalCom.Operation (cal_com v0.3.0)

Copy Markdown

One generated Cal.com operation and its concrete types.

Summary

Types

t()

One versioned operation and its generated concrete types.

Types

t()

@type t() :: %CalCom.Operation{
  id: String.t(),
  input_module: module(),
  key: atom(),
  media_type: String.t() | nil,
  method: atom(),
  module: module(),
  outputs: [CalCom.Output.t()],
  page_key: String.t() | nil,
  page_size: pos_integer() | nil,
  pagination: :none | :cursor | :offset | :body_offset,
  path: String.t(),
  version: String.t() | nil
}

One versioned operation and its generated concrete types.