Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

LaunchDarklyApi::CreateIpAllowlistEntryRequest

Properties

Name Type Description Notes
ip_address String
description String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CreateIpAllowlistEntryRequest.new(
  ip_address: 203.0.113.0/24,
  description: Office network
)