Class BowireRollupRequest
- Namespace
- Kuestenlogik.Bowire.Endpoints
- Assembly
- Kuestenlogik.Bowire.dll
Request body for the rollup endpoint (#587).
public sealed record BowireRollupRequest : IEquatable<BowireRollupRequest>
- Inheritance
-
BowireRollupRequest
- Implements
- Inherited Members
Constructors
BowireRollupRequest(IReadOnlyList<string>?, string?)
Request body for the rollup endpoint (#587).
public BowireRollupRequest(IReadOnlyList<string>? From, string? Service)
Parameters
FromIReadOnlyList<string>Files or directories to read; empty means this workspace's
.bowire/.ServicestringAttribute every report to this service instead of inferring it.
Properties
From
Files or directories to read; empty means this workspace's .bowire/.
public IReadOnlyList<string>? From { get; init; }
Property Value
Service
Attribute every report to this service instead of inferring it.
public string? Service { get; init; }
Property Value
Methods
Deconstruct(out IReadOnlyList<string>?, out string?)
public void Deconstruct(out IReadOnlyList<string>? From, out string? Service)
Parameters
FromIReadOnlyList<string>Servicestring
Equals(BowireRollupRequest?)
public bool Equals(BowireRollupRequest? other)
Parameters
otherBowireRollupRequest
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(BowireRollupRequest?, BowireRollupRequest?)
public static bool operator ==(BowireRollupRequest? left, BowireRollupRequest? right)
Parameters
leftBowireRollupRequestrightBowireRollupRequest
Returns
operator !=(BowireRollupRequest?, BowireRollupRequest?)
public static bool operator !=(BowireRollupRequest? left, BowireRollupRequest? right)
Parameters
leftBowireRollupRequestrightBowireRollupRequest