Skip to content

Commit 8199ce8

Browse files
committed
Add LastModified property
#54
1 parent 7740329 commit 8199ce8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/FlowSynx.Client/Messages/Responses/Workflows/WorkflowTriggerDetailsResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ public class WorkflowTriggerDetailsResponse
66
public string? Type { get; set; }
77
public string? Status { get; set; }
88
public Dictionary<string, object> Properties { get; set; } = new Dictionary<string, object>();
9+
public DateTime? LastModified { get; set; }
910
}

src/FlowSynx.Client/Messages/Responses/Workflows/WorkflowTriggersListResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ public class WorkflowTriggersListResponse
66
public string? Type { get; set; }
77
public string? Status { get; set; }
88
public Dictionary<string, object> Properties { get; set; } = new Dictionary<string, object>();
9+
public DateTime? LastModified { get; set; }
910
}

0 commit comments

Comments
 (0)