| Name | Type | Description | Notes |
|---|---|---|---|
| headers | Array<HeaderItems> | [optional] | |
| hmac_signature | HMACSignature | [optional] | |
| method | String | [optional] | |
| url | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Endpoint.new(
headers: null,
hmac_signature: null,
method: null,
url: null
)