Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 481 Bytes

UpsertResponseRep.md

File metadata and controls

20 lines (14 loc) · 481 Bytes

LaunchDarklyApi::UpsertResponseRep

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::UpsertResponseRep.new(
  status: success,
  _links: null
)