FieldConfigurationIssueTypeItem class
The field configuration for an issue type.
Constructors
- FieldConfigurationIssueTypeItem({required String fieldConfigurationId, required String fieldConfigurationSchemeId, required String issueTypeId})
-
FieldConfigurationIssueTypeItem.fromJson(Map<
String, Object?> json) -
factory
Properties
- fieldConfigurationId → String
-
The ID of the field configuration.
final
- fieldConfigurationSchemeId → String
-
The ID of the field configuration scheme.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueTypeId → String
-
The ID of the issue type or default. When set to default this field
configuration issue type item applies to all issue types without a field
configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? fieldConfigurationId, String? fieldConfigurationSchemeId, String? issueTypeId}) → FieldConfigurationIssueTypeItem -
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