The attributes of a form publication.

Hierarchy

  • FormPublicationAttributes

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 time at which the publication was created.

formId: string

The ID of the form.

formVersion: number

The version number that was published.

id?: string

The ID of the form publication.

modifiedAt: Date

The time at which the publication was last modified.

orgId: number

The ID of the organization that owns this publication.

publishSeq: number

The sequential publication number for this form.

userId: number

The ID of the user who created this publication.

userUuid: string

The UUID of the user who created this publication.

Generated using TypeDoc