WebhookJobSummary
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA job’s webhook summary.
public sealed record WebhookJobSummary : IEquatable<WebhookJobSummary>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”WebhookJobSummary()
Section titled “ WebhookJobSummary()”public WebhookJobSummary()Properties
Section titled “Properties”DoneItems
Section titled “ DoneItems”The number of completed items.
public int DoneItems { get; init; }Property Value
Section titled “Property Value”The error message.
public string? Error { get; init; }Property Value
Section titled “Property Value”FailedItems
Section titled “ FailedItems”The number of failed items.
public int FailedItems { get; init; }Property Value
Section titled “Property Value”The job identifier.
public required string JobId { get; init; }Property Value
Section titled “Property Value”The job’s kind.
public string? Kind { get; init; }Property Value
Section titled “Property Value”Status
Section titled “ Status”The final status.
public string? Status { get; init; }Property Value
Section titled “Property Value”TargetName
Section titled “ TargetName”The agent or workflow name to run.
public string? TargetName { get; init; }Property Value
Section titled “Property Value”TotalItems
Section titled “ TotalItems”The total number of items.
public int TotalItems { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(WebhookJobSummary?)
Section titled “ Equals(WebhookJobSummary?)”public bool Equals(WebhookJobSummary? other)Parameters
Section titled “Parameters”other WebhookJobSummary?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(WebhookJobSummary?, WebhookJobSummary?)
Section titled “ operator ==(WebhookJobSummary?, WebhookJobSummary?)”public static bool operator ==(WebhookJobSummary? left, WebhookJobSummary? right)Parameters
Section titled “Parameters”left WebhookJobSummary?
right WebhookJobSummary?
Returns
Section titled “Returns”operator !=(WebhookJobSummary?, WebhookJobSummary?)
Section titled “ operator !=(WebhookJobSummary?, WebhookJobSummary?)”public static bool operator !=(WebhookJobSummary? left, WebhookJobSummary? right)Parameters
Section titled “Parameters”left WebhookJobSummary?
right WebhookJobSummary?