Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

File metadata and controls

20 lines (14 loc) · 381 Bytes

WhatpulseSdk::UserListResource

Properties

Name Type Description Notes
id Integer The unique identifier for the user.
username String The username of the user.

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::UserListResource.new(
  id: null,
  username: null
)