class Google::Apis::JobsV3::CreateCompanyRequest

Input only. The Request of the CreateCompany method.

Attributes

company[RW]

A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position. Corresponds to the JSON property `company` @return [Google::Apis::JobsV3::Company]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v3/classes.rb, line 728
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_v3/classes.rb, line 733
def update!(**args)
  @company = args[:company] if args.key?(:company)
end