CreateTaskTemplateBody class

Annotations
  • @JsonSerializable.new()

Constructors

CreateTaskTemplateBody({required String? name, required List<String>? tags, required String? status, required int? priority, required bool? dueDateTime, required int? startDate, required bool? startDateTime, required bool? notifyAll, required dynamic parent, required dynamic linksTo, required bool? checkRequiredCustomFields})
CreateTaskTemplateBody.fromJson(Map<String, dynamic> json)
factory

Properties

checkRequiredCustomFields bool?
final
dueDateTime bool?
final
hashCode int
The hash code for this object.
no setterinherited
linksTo → dynamic
final
name String?
final
notifyAll bool?
final
parent → dynamic
final
priority int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate int?
final
startDateTime bool?
final
status String?
final
tags List<String>?
final

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