Attributes of an IL2CPP mapping file.

Hierarchy

  • IL2CPPSourcemapAttributes

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.

size: number

The size of the mapping file in bytes.

Generated using TypeDoc