IssueFieldOption class

Details of the options for a select list issue field.

Constructors

IssueFieldOption({IssueFieldOptionConfiguration? config, required int id, Map<String, dynamic>? properties, required String value})
IssueFieldOption.fromJson(Map<String, Object?> json)
factory

Properties

config IssueFieldOptionConfiguration?
final
hashCode int
The hash code for this object.
no setterinherited
id int
The unique identifier for the option. This is only unique within the select field's set of options.
final
properties Map<String, dynamic>?
The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see Issue Field Option Property Index) are defined in the descriptor for the issue field module.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The option's name, which is displayed in Jira.
final

Methods

copyWith({IssueFieldOptionConfiguration? config, int? id, Map<String, dynamic>? properties, String? value}) IssueFieldOption
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