Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

File metadata and controls

22 lines (16 loc) · 536 Bytes

LaunchDarklyApi::IpAllowlistResponse

Properties

Name Type Description Notes
session_allowlist_enabled Boolean
api_token_allowlist_enabled Boolean
entries Array<IpAllowlistEntryResponse>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IpAllowlistResponse.new(
  session_allowlist_enabled: true,
  api_token_allowlist_enabled: false,
  entries: null
)