google_api_jobs v0.9.0 GoogleApi.Jobs.V2.Model.CustomFieldFilter 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

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V2.Model.CustomFieldFilter{
  queries: [String.t()],
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.