InboundTriggerAcceptedResponse
AgentPrism.AspNetCore.dllThe response for a successfully accepted inbound trigger event.
public sealed record InboundTriggerAcceptedResponse : IEquatable<InboundTriggerAcceptedResponse>Inheritance
Section titled “Inheritance”object ← InboundTriggerAcceptedResponse
Implements
Section titled “Implements”IEquatable<InboundTriggerAcceptedResponse>
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”InboundTriggerAcceptedResponse()
Section titled “ InboundTriggerAcceptedResponse()”public InboundTriggerAcceptedResponse()Properties
Section titled “Properties”EventsLocation
Section titled “ EventsLocation”Gets the address of the run’s event stream. null for a workflow target.
public string? EventsLocation { get; init; }Property Value
Section titled “Property Value”Gets the identifier of the queued job.
public required Guid JobId { get; init; }Property Value
Section titled “Property Value”Location
Section titled “ Location”Gets the address to poll for the outcome. Same as the Location header.
public required string Location { get; init; }Property Value
Section titled “Property Value”Gets the identifier of the queued run, when the trigger targets an agent. null for a workflow target — a workflow job is not tied to a single run id until it is picked up from the queue.
public Guid? RunId { get; init; }Property Value
Section titled “Property Value”Guid?
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(InboundTriggerAcceptedResponse?)
Section titled “ Equals(InboundTriggerAcceptedResponse?)”public bool Equals(InboundTriggerAcceptedResponse? other)Parameters
Section titled “Parameters”other InboundTriggerAcceptedResponse?
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 ==(InboundTriggerAcceptedResponse?, InboundTriggerAcceptedResponse?)
Section titled “ operator ==(InboundTriggerAcceptedResponse?, InboundTriggerAcceptedResponse?)”public static bool operator ==(InboundTriggerAcceptedResponse? left, InboundTriggerAcceptedResponse? right)Parameters
Section titled “Parameters”left InboundTriggerAcceptedResponse?
right InboundTriggerAcceptedResponse?
Returns
Section titled “Returns”operator !=(InboundTriggerAcceptedResponse?, InboundTriggerAcceptedResponse?)
Section titled “ operator !=(InboundTriggerAcceptedResponse?, InboundTriggerAcceptedResponse?)”public static bool operator !=(InboundTriggerAcceptedResponse? left, InboundTriggerAcceptedResponse? right)Parameters
Section titled “Parameters”left InboundTriggerAcceptedResponse?
right InboundTriggerAcceptedResponse?