Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 363 Bytes

PlansPaginated.md

File metadata and controls

20 lines (14 loc) · 363 Bytes

LagoAPI::PlansPaginated

Properties

Name Type Description Notes
plans Array<PlanObject>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::PlansPaginated.new(
  plans: null,
  meta: null
)