View Source Exray.Structs.AutomationEventList (Exray v0.1.0)

Summary

Types

@type t() :: %Exray.Structs.AutomationEventList{
  capacity: non_neg_integer(),
  count: non_neg_integer(),
  events: [Exray.Structs.AutomationEvent.t()]
}