Metadata object containing the publication creation information.

Hierarchy

  • DeploymentMetadata

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

Timestamp of when the app was published.

userId?: number

The ID of the user who published the app.

userName?: string

The name (or email address) of the user who published the app.

userUuid?: string

The UUID of the user who published the app.

Generated using TypeDoc