Input$ProjectUpdateInput class

Constructors

Input$ProjectUpdateInput({String? name, String? description, Input$MediaInput? media, Enum$ProjectPrivacyEnum? privacy, List<String>? tags, DateTime? deadline, Enum$ProjectPriorityEnum? priority, Enum$ProjectStatusEnum? status, String? color, String? externalId, Input$PictureInput? picture, List<Input$ProjectMemberInput>? members, List<String>? resources, List<String>? attachments, Input$TargetACIInput? target, required String id})
factory
Input$ProjectUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

attachments List<String>?
no setter
color String?
no setter
copyWith CopyWith$Input$ProjectUpdateInput<Input$ProjectUpdateInput>
no setter
deadline DateTime?
no setter
description String?
no setter
externalId String?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
media Input$MediaInput?
no setter
members List<Input$ProjectMemberInput>?
no setter
name String?
no setter
picture Input$PictureInput?
no setter
priority Enum$ProjectPriorityEnum?
no setter
privacy Enum$ProjectPrivacyEnum?
no setter
resources List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Enum$ProjectStatusEnum?
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