Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 611 Bytes

File metadata and controls

28 lines (22 loc) · 611 Bytes

ConnectWise::ProjectNote

Properties

Name Type Description Notes
text String
id Integer [optional]
project_id Integer [optional]
type NoteTypeReference [optional]
flagged Boolean [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::ProjectNote.new(
  text: null,
  id: null,
  project_id: null,
  type: null,
  flagged: null,
  _info: null
)