The definition of UpdateAppRequestDataAttributes object.

Hierarchy

  • UpdateAppRequestDataAttributes

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
components?: ComponentGrid[]

The attributes components.

description?: string

The attributes description.

embeddedQueries?: Query[]

The attributes embeddedQueries.

inputSchema?: InputSchema

The definition of InputSchema object.

name?: string

The attributes name.

rootInstanceName?: string

The attributes rootInstanceName.

scripts?: Script[]

The attributes scripts.

tags?: string[]

The attributes tags.

Generated using TypeDoc