Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 829 Bytes

UsersRep.md

File metadata and controls

22 lines (16 loc) · 829 Bytes

LaunchDarklyApi::UsersRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
total_count Integer
items Array<UserRecord>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::UsersRep.new(
  _links: {&quot;next&quot;:{&quot;href&quot;:&quot;/api/v2/users/my-project/my-environment?after&#x3D;1647993600000&amp;limit&#x3D;20&amp;searchAfter&#x3D;my-user&quot;,&quot;type&quot;:&quot;application/json&quot;},&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/users/my-project/my-environment?after&#x3D;1647993600000&amp;limit&#x3D;20&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  total_count: null,
  items: null
)