LaunchDarklyApi::UsersRep Properties Name Type Description Notes _links Hash<String, Link> The location and content type of related resources [optional] total_count Integer The total number of users in the environment items Array<UserRecord> Details on the users 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: 245, items: null )