Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 431 Bytes

WebhookEndpointsPaginated.md

File metadata and controls

20 lines (14 loc) · 431 Bytes

LagoAPI::WebhookEndpointsPaginated

Properties

Name Type Description Notes
webhook_endpoints Array<WebhookEndpointObject>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::WebhookEndpointsPaginated.new(
  webhook_endpoints: null,
  meta: null
)