JqlFunctionPrecomputationBean class

Jql function precomputation.

Constructors

JqlFunctionPrecomputationBean({List<String>? arguments, DateTime? created, String? field, String? functionKey, String? functionName, String? id, String? operator$, DateTime? updated, DateTime? used, String? value})
JqlFunctionPrecomputationBean.fromJson(Map<String, Object?> json)
factory

Properties

arguments List<String>
final
created DateTime?
final
field String?
final
functionKey String?
final
functionName String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
operator$ String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated DateTime?
final
used DateTime?
final
value String?
final

Methods

copyWith({List<String>? arguments, DateTime? created, String? field, String? functionKey, String? functionName, String? id, String? operator$, DateTime? updated, DateTime? used, String? value}) JqlFunctionPrecomputationBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited