Attributes of an iOS dSYM source map.

Hierarchy

  • IOSSourcemapAttributes

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
createdAt: Date

The timestamp when the source map was created.

mapkind: string

The type of source map.

size: number

The size of the dSYM file in bytes.

uuids?: string

The UUID(s) associated with the dSYM file.

Generated using TypeDoc