Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

FastCommentsClient::UpdateNotificationBody

Properties

Name Type Description Notes
viewed Boolean [optional]
opted_out Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::UpdateNotificationBody.new(
  viewed: null,
  opted_out: null
)