RetentionRunTriggerResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllResponse to a “run now” request.
public sealed record RetentionRunTriggerResponse : IEquatable<RetentionRunTriggerResponse>Inheritance
Section titled “Inheritance”object ← RetentionRunTriggerResponse
Implements
Section titled “Implements”IEquatable<RetentionRunTriggerResponse>
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”RetentionRunTriggerResponse()
Section titled “ RetentionRunTriggerResponse()”public RetentionRunTriggerResponse()Properties
Section titled “Properties”The id of the enqueued job.
public required Guid JobId { get; init; }Property Value
Section titled “Property Value”Target
Section titled “ Target”The target to process; "*" for all targets.
public required string Target { 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(RetentionRunTriggerResponse?)
Section titled “ Equals(RetentionRunTriggerResponse?)”public bool Equals(RetentionRunTriggerResponse? other)Parameters
Section titled “Parameters”other RetentionRunTriggerResponse?
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 ==(RetentionRunTriggerResponse?, RetentionRunTriggerResponse?)
Section titled “ operator ==(RetentionRunTriggerResponse?, RetentionRunTriggerResponse?)”public static bool operator ==(RetentionRunTriggerResponse? left, RetentionRunTriggerResponse? right)Parameters
Section titled “Parameters”left RetentionRunTriggerResponse?
right RetentionRunTriggerResponse?
Returns
Section titled “Returns”operator !=(RetentionRunTriggerResponse?, RetentionRunTriggerResponse?)
Section titled “ operator !=(RetentionRunTriggerResponse?, RetentionRunTriggerResponse?)”public static bool operator !=(RetentionRunTriggerResponse? left, RetentionRunTriggerResponse? right)Parameters
Section titled “Parameters”left RetentionRunTriggerResponse?
right RetentionRunTriggerResponse?