GoogleApi.Jobs.V2.Model.CustomFieldFilter (google_api_jobs v0.16.2) View Source

Input only.

Custom field filter of the search.

Attributes

  • queries (type: list(String.t), default: nil) - Required. The query strings for the filter.
  • type (type: String.t, default: nil) - Optional. The type of filter. Defaults to FilterType.OR.

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.CustomFieldFilter{
  queries: [String.t()],
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.