Name | Type | Description | Notes |
---|---|---|---|
_alias | String | Description for this account. | [optional] |
label | String | Group to which this account belongs. | [optional] |
require 'freeclimb'
instance = Freeclimb::AccountRequest.new(
_alias: null,
label: null
)