Attributes describing an app version.

Hierarchy

  • AppVersionAttributes

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

The ID of the app this version belongs to.

createdAt?: Date

Timestamp of when the version was created.

hasEverBeenPublished?: boolean

Whether this version has ever been published.

name?: string

The optional human-readable name of the version.

updatedAt?: Date

Timestamp of when the version was last updated.

userId?: number

The ID of the user who created the version.

userName?: string

The name (or email) of the user who created the version.

userUuid?: string

The UUID of the user who created the version.

version?: number

The version number of the app, starting at 1.

Generated using TypeDoc