instruction property

String? instruction
getter/setter pair

Optional but at least one of uris, emails or instruction must be specified.

Use this field to provide instructions, such as "Mail your application to ...", that a candidate can follow to apply for the job. 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 3,000.

Implementation

core.String? instruction;