We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcd82c commit a239d3cCopy full SHA for a239d3c
src/main/java/com/spotify/github/v3/workflows/WorkflowsResponse.java
@@ -24,6 +24,7 @@
24
import com.spotify.github.GithubStyle;
25
import org.immutables.value.Value;
26
27
+import javax.annotation.Nullable;
28
import java.time.ZonedDateTime;
29
30
@Value.Immutable
@@ -68,7 +69,7 @@ public interface WorkflowsResponse {
68
69
*
70
* @return The time when the workflow was deleted
71
*/
- ZonedDateTime deletedAt();
72
+ @Nullable ZonedDateTime deletedAt();
73
74
/**
75
* Url string.
0 commit comments