Class AsyncApiExportOptions
- Namespace
- Kuestenlogik.Bowire.AsyncApi
- Assembly
- Kuestenlogik.Bowire.AsyncApi.dll
Output knobs for Build(string, IReadOnlyList<BowireServiceInfo>, BowireRecording?, AsyncApiExportOptions?).
public sealed record AsyncApiExportOptions : IEquatable<AsyncApiExportOptions>
- Inheritance
-
AsyncApiExportOptions
- Implements
- Inherited Members
Constructors
AsyncApiExportOptions()
public AsyncApiExportOptions()
Properties
Format
Output format. Defaults to YAML.
public AsyncApiExportFormat Format { get; init; }
Property Value
Title
Override the document title. Defaults to the host name.
public string? Title { get; init; }
Property Value
Version
Override the document version. Defaults to "1.0.0".
public string? Version { get; init; }
Property Value
Methods
Equals(AsyncApiExportOptions?)
public bool Equals(AsyncApiExportOptions? other)
Parameters
otherAsyncApiExportOptions
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 ==(AsyncApiExportOptions?, AsyncApiExportOptions?)
public static bool operator ==(AsyncApiExportOptions? left, AsyncApiExportOptions? right)
Parameters
leftAsyncApiExportOptionsrightAsyncApiExportOptions
Returns
operator !=(AsyncApiExportOptions?, AsyncApiExportOptions?)
public static bool operator !=(AsyncApiExportOptions? left, AsyncApiExportOptions? right)
Parameters
leftAsyncApiExportOptionsrightAsyncApiExportOptions