Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 375 Bytes

File metadata and controls

22 lines (16 loc) · 375 Bytes

MuxRuby::NotificationRule

Properties

Name Type Description Notes
value String [optional]
name String [optional]
id String [optional]

Example

require 'mux_ruby'

instance = MuxRuby::NotificationRule.new(
  value: null,
  name: null,
  id: null
)