Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

AccountRequest.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

Freeclimb::AccountRequest

Properties

Name Type Description Notes
_alias String Description for this account. [optional]
label String Group to which this account belongs. [optional]

Example

require 'freeclimb'

instance = Freeclimb::AccountRequest.new(
  _alias: null,
  label: null
)