IssueTypeCreateBean class
Constructors
- IssueTypeCreateBean({String? description, int? hierarchyLevel, required String name, IssueTypeCreateBeanType? type})
-
IssueTypeCreateBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → String?
-
The description of the issue type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hierarchyLevel → int?
-
The hierarchy level of the issue type. Use:
final
- name → String
-
The unique name for the issue type. The maximum length is 60 characters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → IssueTypeCreateBeanType?
-
Deprecated. Use
hierarchyLevel
instead. See the deprecation notice for details.final
Methods
-
copyWith(
{String? description, int? hierarchyLevel, String? name, IssueTypeCreateBeanType? type}) → IssueTypeCreateBean -
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