View Source GoogleApi.Jobs.V4.Model.CompletionResult (google_api_jobs v0.18.0)

Resource that represents completion results.

Attributes

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

@type t() :: %GoogleApi.Jobs.V4.Model.CompletionResult{
  imageUri: String.t() | nil,
  suggestion: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.