Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 576 Bytes

File metadata and controls

26 lines (20 loc) · 576 Bytes

Late::CreateInviteToken201Response

Properties

Name Type Description Notes
token String [optional]
scope String [optional]
invited_profile_ids Array<String> [optional]
expires_at Time [optional]
invite_url String [optional]

Example

require 'late-sdk'

instance = Late::CreateInviteToken201Response.new(
  token: null,
  scope: null,
  invited_profile_ids: null,
  expires_at: null,
  invite_url: null
)