| Name | Type | Description | Notes |
|---|---|---|---|
| enable | Boolean | [optional] | |
| model | String | [optional] | |
| target_id | Integer | [optional] | |
| target_name | String | [optional] |
require 'akeyless'
instance = Akeyless::AiInsightsConfigPart.new(
enable: null,
model: null,
target_id: null,
target_name: null
)