Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 501 Bytes

BaseNotificationEntity.md

File metadata and controls

19 lines (12 loc) · 501 Bytes

TalonOne::BaseNotificationEntity

Properties

Name Type Description Notes
policy Object Indicates which notification properties to apply.
enabled Boolean Indicates whether the notification is activated. [optional] [default to true]

Code Sample

require 'TalonOne'

instance = TalonOne::BaseNotificationEntity.new(policy: null,
                                 enabled: null)