Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 901 Bytes

GLPath.md

File metadata and controls

32 lines (26 loc) · 901 Bytes

ConnectWise::GLPath

Properties

Name Type Description Notes
id Integer [optional]
location SystemLocationReference [optional]
path String Max length: 255; [optional]
sql_server_name String Max length: 255; [optional]
database_name String Max length: 100; [optional]
last_payment_sync Time [optional]
last_payment_sync_by MemberReference [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::GLPath.new(
  id: null,
  location: null,
  path: null,
  sql_server_name: null,
  database_name: null,
  last_payment_sync: null,
  last_payment_sync_by: null,
  _info: null
)