CustomAttribute class
Custom attribute values that are either filterable or non-filterable.
Constructors
- 
          CustomAttribute({bool? filterable, List<
String> ? longValues, List<String> ? stringValues}) - CustomAttribute.fromJson(Map json_)
 
Properties
- filterable ↔ bool?
 - 
  If the 
filterableflag 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
 - 
  longValues
  ↔ List<
String> ? - 
  Optional but 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> ? - 
  Optional but 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