Interface CopyADocumentOrTemplateV2Response

Hierarchy

  • CopyADocumentOrTemplateV2Response

Properties

Properties

thread: {
    author_id: string;
    created_usec: number;
    id: string;
    is_template: boolean;
    link: string;
    owning_company_id: string;
    secret_path: string;
    title: string;
    type: string;
    updated_usec: number;
}

Type declaration

  • author_id: string
  • created_usec: number
  • id: string
  • is_template: boolean
  • link: string
  • owning_company_id: string
  • secret_path: string
  • title: string
  • type: string
  • updated_usec: number

Generated using TypeDoc