Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 819 Bytes

RelayAutoConfigRep.md

File metadata and controls

34 lines (28 loc) · 819 Bytes

LaunchDarklyApi::RelayAutoConfigRep

Properties

Name Type Description Notes
_id String
_creator MemberSummary [optional]
_access Access [optional]
name String
policy Array<Statement>
full_key String
display_key String
creation_date Integer
last_modified Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RelayAutoConfigRep.new(
  _id: null,
  _creator: null,
  _access: null,
  name: null,
  policy: null,
  full_key: null,
  display_key: null,
  creation_date: null,
  last_modified: null
)