IssueFieldOptionCreateBean class
Constructors
-
IssueFieldOptionCreateBean({IssueFieldOptionConfiguration? config, Map<
String, dynamic> ? properties, required String value}) -
IssueFieldOptionCreateBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- config → IssueFieldOptionConfiguration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
→ Map<
String, dynamic> ? -
The properties of the option as arbitrary key-value pairs. These
properties can be searched using JQL, if the extractions (see
https://developer.atlassian.com/cloud/jira/platform/modules/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, Map< String, dynamic> ? properties, String? value}) → IssueFieldOptionCreateBean -
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