Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 417 Bytes

File metadata and controls

22 lines (16 loc) · 417 Bytes

Late::UpdateAccount200Response

Properties

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

Example

require 'late-sdk'

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