Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 691 Bytes

File metadata and controls

24 lines (18 loc) · 691 Bytes

Zernio::ProfilesListResponse

Properties

Name Type Description Notes
profiles Array<Profile> [optional]
total Integer Total matching profiles across all pages. Present only when limit or skip was passed. [optional]
skip Integer Offset applied. Present only when limit or skip was passed. [optional]
limit Integer Echo of the limit query param. Present only when it was passed. [optional]

Example

require 'zernio-sdk'

instance = Zernio::ProfilesListResponse.new(
  profiles: null,
  total: null,
  skip: null,
  limit: null
)