Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

File metadata and controls

20 lines (14 loc) · 395 Bytes

FastCommentsClient::ResetUserNotificationsResponse

Properties

Name Type Description Notes
status APIStatus
code String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::ResetUserNotificationsResponse.new(
  status: null,
  code: null
)