OpenXchangeClient.Model.MessagingFormDescription (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MessagingFormDescription{
  defaultValue: map() | nil,
  displayName: String.t() | nil,
  mandatory: boolean() | nil,
  name: String.t() | nil,
  options: map() | nil,
  widget: String.t() | nil
}