MultipleCustomFieldValuesUpdate class
A custom field and its new value with a list of issue to update.
Constructors
-
MultipleCustomFieldValuesUpdate({required String customField, required List<
int> issueIds, required dynamic value}) -
MultipleCustomFieldValuesUpdate.fromJson(Map<
String, Object?> json) -
factory
Properties
- customField → String
-
The ID or key of the custom field. For example,
customfield_10010
.final - 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(
{String? customField, List< int> ? issueIds, dynamic value}) → MultipleCustomFieldValuesUpdate -
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