Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

BlocklistIdentifiers.md

File metadata and controls

20 lines (14 loc) · 438 Bytes

ClerkBackend::BlocklistIdentifiers

Properties

Name Type Description Notes
data Array<BlocklistIdentifier>
total_count Integer Total number of blocklist identifiers

Example

require 'clerk-sdk-ruby-backend'

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