Freigeben über


AnyType Enum

Definition

Type of an IOpenApiAny

public enum AnyType
type AnyType = 
Public Enum AnyType
Inheritance
AnyType

Fields

Name Value Description
Primitive 0

Primitive.

Null 1

Null.

Array 2

Array.

Object 3

Object.

Applies to