CustomFieldValueUpdate class
A list of issue IDs and the value to update a custom field to.
Constructors
-
CustomFieldValueUpdate({required List<
int> issueIds, required dynamic value}) -
CustomFieldValueUpdate.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issueIds
→ List<
int> -
The list of issue IDs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
The value for the custom field. The value must be compatible with the
custom field type
as follows:
final
Methods
-
copyWith(
{List< int> ? issueIds, dynamic value}) → CustomFieldValueUpdate -
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