Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 770 Bytes

File metadata and controls

26 lines (20 loc) · 770 Bytes

LaunchDarklyApi::IpAllowlistResponse

Properties

Name Type Description Notes
_links IPAllowlistSelfLink [optional]
session_allowlist_enabled Boolean
api_token_allowlist_enabled Boolean
total_count Integer The total number of entries matching the query, before pagination. [optional]
entries Array<IpAllowlistEntryResponse>

Example

require 'launchdarkly_api'

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