Company Args
data class CompanyArgs(val careerSiteUri: Output<String>? = null, val displayName: Output<String>? = null, val eeoText: Output<String>? = null, val externalId: Output<String>? = null, val headquartersAddress: Output<String>? = null, val hiringAgency: Output<Boolean>? = null, val imageUri: Output<String>? = null, val keywordSearchableJobCustomAttributes: Output<List<String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val size: Output<CompanySize>? = null, val tenantId: Output<String>? = null, val websiteUri: Output<String>? = null) : ConvertibleToJava<CompanyArgs>
Creates a new company entity.
Constructors
Link copied to clipboard
fun CompanyArgs(careerSiteUri: Output<String>? = null, displayName: Output<String>? = null, eeoText: Output<String>? = null, externalId: Output<String>? = null, headquartersAddress: Output<String>? = null, hiringAgency: Output<Boolean>? = null, imageUri: Output<String>? = null, keywordSearchableJobCustomAttributes: Output<List<String>>? = null, name: Output<String>? = null, project: Output<String>? = null, size: Output<CompanySize>? = null, tenantId: Output<String>? = null, websiteUri: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values
are used in keyword searches. Jobs with string_values
under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
Link copied to clipboard
Link copied to clipboard