ExBifrost.Model.WebhookDeliveryListPagination (ex_bifrost v0.1.0)

Copy Markdown View Source

WebhookDeliveryListPagination model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.WebhookDeliveryListPagination{
  limit: integer() | nil,
  offset: integer() | nil,
  total_count: integer() | nil
}

Functions

decode(value)