Class EntityResponseIncludedRelatedEntityAttributes

Related entity attributes.

Hierarchy

  • EntityResponseIncludedRelatedEntityAttributes

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
kind?: string

Entity kind.

name?: string

Entity name.

namespace?: string

Entity namespace.

type?: string

Entity relation type to the associated entity.

Generated using TypeDoc