description property

String? description
getter/setter pair

The description of the job, which typically includes a multi-paragraph description of the company and related information.

Separate fields are provided on the job object for responsibilities, qualifications, and other job characteristics. Use of these separate job fields is recommended. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 100,000.

Required.

Implementation

core.String? description;