ExBifrost.Model.WebhookEndpointList (ex_bifrost v0.1.0)

Copy Markdown View Source

WebhookEndpointList model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.WebhookEndpointList{
  count: integer() | nil,
  endpoints: [ExBifrost.Model.WebhookEndpoint.t()] | nil,
  limit: integer() | nil,
  offset: integer() | nil,
  total_count: integer() | nil
}

Functions

decode(value)