Name | Type | Description | Notes |
---|---|---|---|
status | String | The status of the create or update operation | [optional] |
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::UpsertResponseRep.new(
status: success,
_links: null
)