TicketInfo class
Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
Constructors
- TicketInfo({String? assignee, String? description, String? id, String? status, String? updateTime, String? uri})
- TicketInfo.fromJson(Map json_)
Properties
- assignee ↔ String?
-
The assignee of the ticket in the ticket system.
getter/setter pair
- description ↔ String?
-
The description of the ticket in the ticket system.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The identifier of the ticket in the ticket system.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The latest status of the ticket, as reported by the ticket system.
getter/setter pair
- updateTime ↔ String?
-
The time when the ticket was last updated, as reported by the ticket
system.
getter/setter pair
- uri ↔ String?
-
The link to the ticket in the ticket system.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited