google_api_jobs v0.9.0 GoogleApi.Jobs.V2.Model.CustomAttribute View Source
Custom attribute values that are either filterable or non-filterable.
Attributes
filterable
(type:boolean()
, default:nil
) - Optional. If thefilterable
flag is true, custom field values are searchable. If false, values are not searchable.Default is false.
longValue
(type:String.t
, default:nil
) - Optional but at least one of string_values or long_value must be specified.This field is used to perform number range search. (
EQ
,GT
,GE
,LE
,LT
) over filterablelong_value
. Forlong_value
, a value between Long.MIN and Long.MAX is allowed.stringValues
(type:GoogleApi.Jobs.V2.Model.StringValues.t
, default:nil
) - Optional but at least one of string_values or long_value must be specified.This field is used to perform a string match (
CASE_SENSITIVE_MATCH
orCASE_INSENSITIVE_MATCH
) search. For filterablestring_values
, a maximum total number of 200 values is allowed, with eachstring_value
has a byte size of no more than 255B. For unfilterablestring_values
, the maximum total byte size of unfilterablestring_values
is 50KB.Empty strings are not allowed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Jobs.V2.Model.CustomAttribute{ filterable: boolean(), longValue: String.t(), stringValues: GoogleApi.Jobs.V2.Model.StringValues.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.