Application Info Args
data class ApplicationInfoArgs(val emails: Output<List<String>>? = null, val instruction: Output<String>? = null, val uris: Output<List<String>>? = null) : ConvertibleToJava<ApplicationInfoArgs>
Application related details of a job posting.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard