google_api_jobs v0.13.0 GoogleApi.Jobs.V3.Model.UpdateCompanyRequest View Source
Input only.
Request for updating a specified company.
Attributes
company
(type:GoogleApi.Jobs.V3.Model.Company.t
, default:nil
) - Required. The company resource to replace the current resource in the system.updateMask
(type:String.t
, default:nil
) - Optional but strongly recommended for the best service experience.If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated. A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.UpdateCompanyRequest{ company: GoogleApi.Jobs.V3.Model.Company.t(), updateMask: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.