google_api_jobs v0.6.0 GoogleApi.Jobs.V2.Model.CompanyInfoSource View Source

A resource that represents an external Google identifier for a company, for example, a Google+ business page or a Google Maps business page. For unsupported types, use unknown_type_id.

Attributes

  • freebaseMid (type: String.t, default: nil) - Optional. The Google's Knowledge Graph value for the employer's company.
  • gplusId (type: String.t, default: nil) - Optional. The numeric identifier for the employer's Google+ business page.
  • mapsCid (type: String.t, default: nil) - Optional. The numeric identifier for the employer's headquarters on Google Maps, namely, the Google Maps CID (cell id).
  • unknownTypeId (type: String.t, default: nil) - Optional. A Google identifier that does not match any of the other types.

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.V2.Model.CompanyInfoSource{
  freebaseMid: String.t(),
  gplusId: String.t(),
  mapsCid: String.t(),
  unknownTypeId: 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.