/** * Represents a ArticlePlainTextContent in Autotask. * Corresponds to the Autotask entity "ArticlePlainTextContent". */ export interface ArticlePlainTextContent { /** * Autotask field: contentData * Data Type: string * Length: 3200 * Required: true * Readonly: false */ contentData: string; /** * Autotask field: id * Data Type: long * Required: true * Readonly: true */ readonly id: number; } //# sourceMappingURL=ArticlePlainTextContent.d.ts.map