OBJECT

TaskWarning

link GraphQL Schema definition

1type TaskWarning {
2
3reason: String
4
5message: String
6
7referenceId: ID
8
9}