Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 388 Bytes

File metadata and controls

22 lines (16 loc) · 388 Bytes

Late::CreateProfileRequest

Properties

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

Example

require 'late-sdk'

instance = Late::CreateProfileRequest.new(
  name: null,
  description: null,
  color: #ffeda0
)