Input$TicketInput class

Constructors

Input$TicketInput({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, required Input$TargetACIInput target, required String company})
factory
Input$TicketInput.fromJson(Map<String, dynamic> data)
factory

Properties

assignedTo List<String>?
no setter
attachments List<String>?
no setter
color String?
no setter
company String
no setter
copyWith CopyWith$Input$TicketInput<Input$TicketInput>
no setter
customer String?
no setter
deadline DateTime?
no setter
description String?
no setter
hashCode int
The hash code for this object.
no setteroverride
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
tags List<String>?
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