Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 453 Bytes

OrganizationMemberships.md

File metadata and controls

20 lines (14 loc) · 453 Bytes

ClerkBackend::OrganizationMemberships

Properties

Name Type Description Notes
data Array<OrganizationMembership>
total_count Integer Total number of organization memberships

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::OrganizationMemberships.new(
  data: null,
  total_count: null
)