| Name | Type | Description | Notes |
|---|---|---|---|
| scope | String | 'all' grants access to all profiles, 'profiles' restricts to specific profiles | |
| profile_ids | Array<String> | Required if scope is 'profiles'. Array of profile IDs to grant access to. | [optional] |
require 'late-sdk'
instance = Late::CreateInviteTokenRequest.new(
scope: null,
profile_ids: null
)