Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

TotalCount.md

File metadata and controls

20 lines (14 loc) · 423 Bytes

ClerkHttpClient::TotalCount

Properties

Name Type Description Notes
object String String representing the object's type. Objects of the same type share the same value.
total_count Integer

Example

require 'clerk-http-client'

instance = ClerkHttpClient::TotalCount.new(
  object: null,
  total_count: null
)