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

Output only. Resource that represents completion results.

Attributes

  • imageUri (type: String.t, default: nil) - The URI of the company image for CompletionType.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.V3.Model.CompletionResult{
  imageUri: 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.