GoogleApi.Jobs.V3.Model.UpdateCompanyRequest (google_api_jobs v0.21.0)
View SourceInput 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.UpdateCompanyRequest{ company: GoogleApi.Jobs.V3.Model.Company.t() | nil, updateMask: String.t() | nil }