Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 347 Bytes

File metadata and controls

20 lines (14 loc) · 347 Bytes

Late::UpdateAccountRequest

Properties

Name Type Description Notes
username String [optional]
display_name String [optional]

Example

require 'late-sdk'

instance = Late::UpdateAccountRequest.new(
  username: null,
  display_name: null
)