EmployerJobSeatData
オブジェクト
EmployerJobSeatの求人データです。
フィールドがseatになくroleにある場合、このオブジェクトはroleの値を使います。
フィールド
title String
シートのタイトルです。
description RichFormattedDescription
SRF(Selenium Rich Format)形式のシート説明です。
text String! 非null
書式設定が一切適用されていない、未加工の説明テキストです。
metaData EmployerJobSeatMetaData
シートのIDとメタデータです。
visibilityData EmployerJobSeatVisibilityData
このシートを求職者がいつ、どこで、どのように見るかの表示設定です。
location WorkLocation
このシートの勤務地です。
rawLocation String
所在地のプレーンテキストです。通常、構造化された所在地をジオコーディングす るために使用されます。
このシートの給与データです。
currency CurrencyCode
ISO 4217の通貨コードです。
basePay EmployerJobBasePay
選択した時間単位あたりの標準基本給です(例: 時給)。
payRangeMinor PayRangeMinor
通貨の最小単位で表した給与額です。
payTimeUnit PayTimeUnit
給与範囲の時間単位です。
campaignCategories [String!]! 非null
スポンサード求人キャンペーンで関連シートをグループ化するIDです。
例
{ "title": "abc123", "description": RichFormattedDescription, "metaData": EmployerJobSeatMetaData, "visibilityData": EmployerJobSeatVisibilityData, "location": WorkLocation, "pay": EmployerJobCanonicalPay, "campaignCategories": ["abc123"]}