Name | Type | Description | Notes |
---|---|---|---|
data | Array<OrganizationInvitation> | ||
total_count | Integer | Total number of organization invitations |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::OrganizationInvitations.new(
data: null,
total_count: null
)