UpdatePriorityDetails class

Details of an issue priority.

Constructors

UpdatePriorityDetails({String? description, UpdatePriorityDetailsIconUrl? iconUrl, String? name, String? statusColor})
UpdatePriorityDetails.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 UpdatePriorityDetailsIconUrl?
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, UpdatePriorityDetailsIconUrl? iconUrl, String? name, String? statusColor}) UpdatePriorityDetails
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