Name | Type | Description | Notes |
---|---|---|---|
data | Array<BlocklistIdentifier> | ||
total_count | Integer | Total number of blocklist identifiers |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::BlocklistIdentifiers.new(
data: null,
total_count: null
)
Name | Type | Description | Notes |
---|---|---|---|
data | Array<BlocklistIdentifier> | ||
total_count | Integer | Total number of blocklist identifiers |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::BlocklistIdentifiers.new(
data: null,
total_count: null
)