CustomAttribute class
Custom attribute values that are either filterable or non-filterable.
Constructors
-
CustomAttribute({bool? filterable, bool? keywordSearchable, List<
String> ? longValues, List<String> ? stringValues}) - CustomAttribute.fromJson(Map json_)
Properties
- filterable ↔ bool?
-
If the
filterable
flag is true, the custom field values may be used for custom attribute filters JobQuery.custom_attribute_filter.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- keywordSearchable ↔ bool?
-
If the
keyword_searchable
flag is true, the keywords in custom fields are searchable by keyword match.getter/setter pair -
longValues
↔ List<
String> ? -
Exactly one of string_values or long_values must be specified.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringValues
↔ List<
String> ? -
Exactly one of string_values or long_values must be specified.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited