LaunchDarklyApi::ProjectListingRep Properties Name Type Description Notes _links Hash<String, Link> _id String key String include_in_snippet_by_default Boolean default_client_side_availability ClientSideAvailability [optional] name String tags Array<String> Example require 'launchdarkly_api' instance = LaunchDarklyApi::ProjectListingRep.new( _links: {"environments":{"href":"/api/v2/projects/my-project/environments","type":"application/json"},"self":{"href":"/api/v2/projects/my-project","type":"application/json"}}, _id: 57be1db38b75bf0772d11383, key: my-project, include_in_snippet_by_default: true, default_client_side_availability: null, name: My Project, tags: ["ops"] )