Name | Type | Description | Notes |
---|---|---|---|
header_name | String | [optional] | |
hmac_secret_form_variable_key | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::HMACSignature.new(
header_name: null,
hmac_secret_form_variable_key: null
)