Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 518 Bytes

File metadata and controls

22 lines (16 loc) · 518 Bytes

MuxRuby::AnnotationInput

Properties

Name Type Description Notes
note String The annotation note content [optional]
date Integer Datetime when the annotation applies (Unix timestamp) [optional]
sub_property_id String Customer-defined sub-property identifier [optional]

Example

require 'mux_ruby'

instance = MuxRuby::AnnotationInput.new(
  note: null,
  date: null,
  sub_property_id: null
)