| Name | Type | Description | Notes |
|---|---|---|---|
| customer_id | String | [optional] | |
| log_type | String | [optional] | |
| region | String | [optional] | |
| service_account_key | String | [optional] |
require 'akeyless'
instance = Akeyless::GoogleChronicleForwardingConfig.new(
customer_id: null,
log_type: null,
region: null,
service_account_key: null
)