Share via


OpenApiNull Class

Definition

Open API null.

public class OpenApiNull : Microsoft.OpenApi.Any.IOpenApiAny
type OpenApiNull = class
    interface IOpenApiAny
    interface IOpenApiElement
    interface IOpenApiExtension
Public Class OpenApiNull
Implements IOpenApiAny
Inheritance
OpenApiNull
Implements

Constructors

OpenApiNull()

Parameterless constructor

OpenApiNull(OpenApiNull)

Initializes a copy of OpenApiNull object

Properties

AnyType

The type of IOpenApiAny

Methods

Write(IOpenApiWriter, OpenApiSpecVersion)

Write out null representation

Extension Methods

Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to