GoogleApi.Jobs.V2.Model.ResponseMetadata (google_api_jobs v0.16.4) View Source

Output only.

Additional information returned to client, such as debugging information.

Attributes

  • experimentIdList (type: list(integer()), default: nil) - Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used. The default value is empty. For search response only.
  • mode (type: String.t, default: nil) - For search response only. Indicates the mode of a performed search.
  • requestId (type: String.t, default: nil) - A unique id associated with this call. This id is logged for tracking purposes.

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.ResponseMetadata{
  experimentIdList: [integer()],
  mode: String.t(),
  requestId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.