Class AsyncApiExportOptions

Namespace
Kuestenlogik.Bowire.AsyncApi
Assembly
Kuestenlogik.Bowire.AsyncApi.dll
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

AsyncApiExportFormat

Title

Override the document title. Defaults to the host name.

public string? Title { get; init; }

Property Value

string

Version

Override the document version. Defaults to "1.0.0".

public string? Version { get; init; }

Property Value

string

Methods

Equals(AsyncApiExportOptions?)

public bool Equals(AsyncApiExportOptions? other)

Parameters

other AsyncApiExportOptions

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(AsyncApiExportOptions?, AsyncApiExportOptions?)

public static bool operator ==(AsyncApiExportOptions? left, AsyncApiExportOptions? right)

Parameters

left AsyncApiExportOptions
right AsyncApiExportOptions

Returns

bool

operator !=(AsyncApiExportOptions?, AsyncApiExportOptions?)

public static bool operator !=(AsyncApiExportOptions? left, AsyncApiExportOptions? right)

Parameters

left AsyncApiExportOptions
right AsyncApiExportOptions

Returns

bool