Entity attributes.

Hierarchy

  • EntityAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
apiVersion?: string

The API version.

description?: string

The description.

displayName?: string

The display name.

kind?: string

The kind.

name?: string

The name.

namespace?: string

The namespace.

owner?: string

The owner.

tags?: string[]

The tags.

Generated using TypeDoc