Attributes of a JVM mapping file.

Hierarchy

  • JVMSourcemapAttributes

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

The build identifier (UUID format).

createdAt: Date

The timestamp when the mapping file was created.

mapkind: string

The type of source map.

service?: string

The service name associated with the mapping file.

size: number

The size of the mapping file in bytes.

variant?: string

The build variant (e.g., release, debug).

version?: string

The version of the service associated with the mapping file.

versionCode?: string

The version code.

Generated using TypeDoc