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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::UpsertPayloadRep.new(
_links: null,
tags: ["tag-1","tag-2"],
temporary: true,
boolean_defaults: null,
default_client_side_availability: null
)