FieldConfigurationToIssueTypeMapping class

The field configuration to issue type mapping.

Constructors

FieldConfigurationToIssueTypeMapping({required String fieldConfigurationId, required String issueTypeId})
FieldConfigurationToIssueTypeMapping.fromJson(Map<String, Object?> json)
factory

Properties

fieldConfigurationId String
The ID of the field configuration.
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. An issue type can be included only once in a request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? fieldConfigurationId, String? issueTypeId}) FieldConfigurationToIssueTypeMapping
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