| Name | Type | Description | Notes |
|---|---|---|---|
| version | String | The version of the trust policy | [optional] |
| statement | Array<TrustPolicyStatement> | The statements of the trust policy | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TrustPolicyDetails.new(
version: null,
statement: null
)