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) · 369 Bytes

GroupsPaginated.md

File metadata and controls

20 lines (14 loc) · 369 Bytes

LagoAPI::GroupsPaginated

Properties

Name Type Description Notes
groups Array<GroupObject>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::GroupsPaginated.new(
  groups: null,
  meta: null
)