CreatePriorityDetails class

Details of an issue priority.

Constructors

CreatePriorityDetails({String? description, CreatePriorityDetailsIconUrl? iconUrl, required String name, required String statusColor})
CreatePriorityDetails.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the priority.
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl CreatePriorityDetailsIconUrl?
The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.
final
name String
The name of the priority. Must be unique.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusColor String
The status color of the priority in 3-digit or 6-digit hexadecimal format.
final

Methods

copyWith({String? description, CreatePriorityDetailsIconUrl? iconUrl, String? name, String? statusColor}) CreatePriorityDetails
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