Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 464 Bytes

File metadata and controls

24 lines (18 loc) · 464 Bytes

Late::UpdateProfileRequest

Properties

Name Type Description Notes
name String [optional]
description String [optional]
color String [optional]
is_default Boolean [optional]

Example

require 'late-sdk'

instance = Late::UpdateProfileRequest.new(
  name: null,
  description: null,
  color: null,
  is_default: null
)