The attributes of the get-AST request, containing the source code to parse.

Hierarchy

  • GetAstRequestDataAttributes

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
code: string

The base64-encoded source code to parse into an abstract syntax tree.

fileEncoding: string

The encoding of the source code file (must be utf-8).

language: string

The programming language of the source code to parse.

Generated using TypeDoc