The definition of AppMeta object.

Hierarchy

  • AppMeta

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

The AppMeta created_at.

deletedAt?: string

The AppMeta deleted_at.

orgId?: number

The AppMeta org_id.

runAsUser?: string

The AppMeta run_as_user.

updatedAt?: string

The AppMeta updated_at.

updatedSinceDeployment?: boolean

The AppMeta updated_since_deployment.

userId?: number

The AppMeta user_id.

userName?: string

The AppMeta user_name.

userUuid?: string

The AppMeta user_uuid.

version?: number

The AppMeta version.

Generated using TypeDoc