| Name | Type | Description | Notes |
|---|---|---|---|
| city | String | [optional] | |
| country | String | [optional] | |
| postal_code | String | [optional] | |
| street | String | [optional] |
require 'akeyless'
instance = Akeyless::CustomerFullAddress.new(
city: null,
country: null,
postal_code: null,
street: null
)