This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-sdk/docs/ModelsTaskRelation.md

893 B

ModelsTaskRelation

Properties

Name Type Description Notes
Created int32 A unix timestamp when this label was created. You cannot change this value. [optional] [default to null]
CreatedBy *ModelsUser The user who created this relation [optional] [default to null]
OtherTaskId int32 The ID of the other task, the task which is being related. [optional] [default to null]
RelationKind string The kind of the relation. [optional] [default to null]
TaskId int32 The ID of the "base" task, the task which has a relation to another. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]