google_api_jobs v0.9.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

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V3.Model.UpdateCompanyRequest{
  company: GoogleApi.Jobs.V3.Model.Company.t(),
  updateMask: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.