mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
@@ -10,7 +10,7 @@ namespace Octokit
|
||||
{
|
||||
public WorkflowJob() { }
|
||||
|
||||
public WorkflowJob(long id, long runId, string runUrl, string nodeId, string headSha, string url, string htmlUrl, WorkflowJobStatus status, WorkflowJobConclusion? conclusion, DateTimeOffset createdAt, DateTimeOffset startedAt, DateTimeOffset? completedAt, string name, IReadOnlyList<WorkflowJobStep> steps, string checkRunUrl, IReadOnlyList<string> labels, long? runnerId = default, string runnerName = default, long? runnerGroupId = default, string runnerGroupName = default)
|
||||
public WorkflowJob(long id, long runId, string runUrl, string nodeId, string headSha, string url, string htmlUrl, WorkflowJobStatus status, WorkflowJobConclusion? conclusion, DateTimeOffset? createdAt, DateTimeOffset startedAt, DateTimeOffset? completedAt, string name, IReadOnlyList<WorkflowJobStep> steps, string checkRunUrl, IReadOnlyList<string> labels, long? runnerId = default, string runnerName = default, long? runnerGroupId = default, string runnerGroupName = default)
|
||||
{
|
||||
Id = id;
|
||||
RunId = runId;
|
||||
@@ -82,7 +82,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The time that the job was created.
|
||||
/// </summary>
|
||||
public DateTimeOffset CreatedAt { get; private set; }
|
||||
public DateTimeOffset? CreatedAt { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time that the job started.
|
||||
|
||||
Reference in New Issue
Block a user