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: {"next":{"href":"/api/v2/users/my-project/my-environment?after=1647993600000&limit=20&searchAfter=my-user","type":"application/json"},"self":{"href":"/api/v2/users/my-project/my-environment?after=1647993600000&limit=20","type":"application/json"}}, total_count: null, items: null )