class Google::Apis::JobsV3p1beta1::CreateJobRequest

Input only. Create job request.

Attributes

job[RW]

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` @return [Google::Apis::JobsV3p1beta1::Job]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 749
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 754
def update!(**args)
  @job = args[:job] if args.key?(:job)
end