Name | Type | Description | Notes |
---|---|---|---|
denied | Array<AiConfigsAccessDenied> | ||
allowed | Array<AiConfigsAccessAllowedRep> |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AiConfigsAccess.new(
denied: null,
allowed: null
)
Name | Type | Description | Notes |
---|---|---|---|
denied | Array<AiConfigsAccessDenied> | ||
allowed | Array<AiConfigsAccessAllowedRep> |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AiConfigsAccess.new(
denied: null,
allowed: null
)