Class OpenApiExportOptions

Namespace
Kuestenlogik.Bowire.Protocol.Rest
Assembly
Kuestenlogik.Bowire.Protocol.Rest.dll
public sealed record OpenApiExportOptions : IEquatable<OpenApiExportOptions>
Inheritance
OpenApiExportOptions
Implements
Inherited Members

Constructors

OpenApiExportOptions()

public OpenApiExportOptions()

Properties

Format

Output format. Defaults to YAML.

public OpenApiExportFormat Format { get; init; }

Property Value

OpenApiExportFormat

Title

Override the document title.

public string? Title { get; init; }

Property Value

string

Version

Override the document version.

public string? Version { get; init; }

Property Value

string

Methods

Equals(OpenApiExportOptions?)

public bool Equals(OpenApiExportOptions? other)

Parameters

other OpenApiExportOptions

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 ==(OpenApiExportOptions?, OpenApiExportOptions?)

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

Parameters

left OpenApiExportOptions
right OpenApiExportOptions

Returns

bool

operator !=(OpenApiExportOptions?, OpenApiExportOptions?)

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

Parameters

left OpenApiExportOptions
right OpenApiExportOptions

Returns

bool