GoogleApi.Jobs.V2.Model.CompletionResult (google_api_jobs v0.21.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.