Class: Google::Apis::JobsV3::CreateJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::JobsV3::CreateJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v3/classes.rb,
generated/google/apis/jobs_v3/representations.rb,
generated/google/apis/jobs_v3/representations.rb
Overview
Input only. Create job request.
Instance Attribute Summary collapse
-
#job ⇒ Google::Apis::JobsV3::Job
A Job resource represents a job posting (also referred to as a "job listing" or "job requisition").
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateJobRequest
constructor
A new instance of CreateJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateJobRequest
Returns a new instance of CreateJobRequest
719 720 721 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 719 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::JobsV3::Job
A Job resource represents a job posting (also referred to as a "job listing"
or "job requisition"). A job belongs to a Company, which is the hiring
entity responsible for the job.
Corresponds to the JSON property job
717 718 719 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 717 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
724 725 726 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 724 def update!(**args) @job = args[:job] if args.key?(:job) end |