| Name | Type | Description | Notes |
|---|---|---|---|
| assoc_id | String | [optional] | |
| attributes | Hash<String, String> | [optional] | |
| cluster_id | Integer | [optional] | |
| item_id | Integer | [optional] | |
| item_name | String | [optional] | |
| item_type | String | [optional] | |
| relationship | String | [optional] |
require 'akeyless'
instance = Akeyless::TargetItemAssociation.new(
assoc_id: null,
attributes: null,
cluster_id: null,
item_id: null,
item_name: null,
item_type: null,
relationship: null
)