Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 475 Bytes

File metadata and controls

24 lines (18 loc) · 475 Bytes

Akeyless::AiInsightsConfigPart

Properties

Name Type Description Notes
enable Boolean [optional]
model String [optional]
target_id Integer [optional]
target_name String [optional]

Example

require 'akeyless'

instance = Akeyless::AiInsightsConfigPart.new(
  enable: null,
  model: null,
  target_id: null,
  target_name: null
)