Input$TicketUpdateInput class
Constructors
-
Input$TicketUpdateInput({String? name, String? description, Input$MediaInput? media, List<
String> ? tags, DateTime? deadline, Enum$TicketPriorityEnum? priority, Enum$TicketStatusEnum? status, List<String> ? attachments, String? color, List<String> ? assignedTo, String? customer, String? project, Input$TargetACIInput? target, required String id}) -
factory
-
Input$TicketUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
assignedTo
→ List<
String> ? -
no setter
-
attachments
→ List<
String> ? -
no setter
- color → String?
-
no setter
-
copyWith
→ CopyWith$Input$TicketUpdateInput<
Input$TicketUpdateInput> -
no setter
- customer → String?
-
no setter
- deadline → DateTime?
-
no setter
- description → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
no setter
- media → Input$MediaInput?
-
no setter
- name → String?
-
no setter
- priority → Enum$TicketPriorityEnum?
-
no setter
- project → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Enum$TicketStatusEnum?
-
no setter
-
no setter
- target → Input$TargetACIInput?
-
no setter
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.
override