GoogleApi.Jobs.V2.Model.CompletionResult (google_api_jobs v0.15.0) View Source

Output only.

Resource that represents completion results.

Attributes

  • imageUrl (type: String.t, default: nil) - The URL for the company logo if type=COMPANY_NAME.
  • suggestion (type: String.t, default: nil) - The suggestion for the query.
  • type (type: String.t, default: nil) - The completion topic.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V2.Model.CompletionResult{
  imageUrl: String.t(),
  suggestion: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.