Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 651 Bytes

Workspace.md

File metadata and controls

24 lines (18 loc) · 651 Bytes

PDFGeneratorAPI::Workspace

Properties

Name Type Description Notes
id Integer Internal workspace id [optional]
identifier String The unique workspace idenfitifer specified by your application [optional]
is_master_workspace Boolean True if a master workspace [optional]
created_at String [optional]

Example

require 'pdf_generator_api_client'

instance = PDFGeneratorAPI::Workspace.new(
  id: 1,
  identifier: demo.example@actualreports.com,
  is_master_workspace: false,
  created_at: 2020-04-01 12:03:12
)