Class ScaRequestDataAttributesDependenciesItemsLocationsItemsFilePosition

A range within a file defined by a start and end position, along with the file name.

Hierarchy

  • ScaRequestDataAttributesDependenciesItemsLocationsItemsFilePosition

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

A specific position (line and column) within a source file.

fileName?: string

The name or path of the file containing this location.

A specific position (line and column) within a source file.

Generated using TypeDoc