| Name | Type | Description | Notes |
|---|---|---|---|
| assoc_id | String | [optional] | |
| attributes | UscSyncInfo | [optional] | |
| delete_remote | Boolean | [optional] | |
| item_id | Integer | [optional] | |
| item_name | String | [optional] | |
| item_type | String | [optional] |
require 'akeyless'
instance = Akeyless::ItemUSCSyncAssociation.new(
assoc_id: null,
attributes: null,
delete_remote: null,
item_id: null,
item_name: null,
item_type: null
)