Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

File metadata and controls

20 lines (14 loc) · 484 Bytes

LaunchDarklyApi::TrustPolicyDetails

Properties

Name Type Description Notes
version String The version of the trust policy [optional]
statement Array<TrustPolicyStatement> The statements of the trust policy [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TrustPolicyDetails.new(
  version: null,
  statement: null
)