Name | Type | Description | Notes |
---|---|---|---|
context | Hash<String, String> | [optional] | |
data | String | [optional] | |
item_id | Integer | [optional] | |
item_version | Integer | [optional] |
require 'akeyless'
instance = Akeyless::BatchEncryptionRequestLine.new(
context: null,
data: null,
item_id: null,
item_version: null
)