Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 874 Bytes

UpsertPayloadRep.md

File metadata and controls

26 lines (20 loc) · 874 Bytes

LaunchDarklyApi::UpsertPayloadRep

Properties

Name Type Description Notes
_links Hash<String, Link> The location and content type of related resources [optional]
tags Array<String> A list of default tags for each flag
temporary Boolean Whether the flag should be temporary by default
boolean_defaults BooleanFlagDefaults
default_client_side_availability DefaultClientSideAvailability

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::UpsertPayloadRep.new(
  _links: null,
  tags: [&quot;tag-1&quot;,&quot;tag-2&quot;],
  temporary: true,
  boolean_defaults: null,
  default_client_side_availability: null
)