Skip to main content

ApiTicketTypeTicketType

Upgather SDK


Upgather SDK / ApiTicketTypeTicketType

Interface: ApiTicketTypeTicketType

Defined in: lib/types/generated/strapiContentTypes.d.ts:1696

Extends

  • CollectionTypeSchema

Properties

attributes

attributes: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1707

Houses a comprehensive collection of attributes for this Schema.

Each attribute has a unique string key and corresponding value should be any Attribute type instance.

createdAt

createdAt: object

createdBy

createdBy: object & Private

description

description: object

events

events: object

label

label: object & Required

locale

locale: object & Private

localizations

localizations: object & Private

metadata

metadata: object

name

name: object & Required & DefaultTo<"registration_type">

price

price: object & Required

publishedAt

publishedAt: object

updatedAt

updatedAt: object

updatedBy

updatedBy: object & Private

value

value: object & Required & Unique

Overrides

Struct.CollectionTypeSchema.attributes


collectionName

collectionName: "ticket_types"

Defined in: lib/types/generated/strapiContentTypes.d.ts:1697

Optional property. Specifies the custom table name for the Schema if any.

Overrides

Struct.CollectionTypeSchema.collectionName


info

info: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1698

Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.

description

description: ""

displayName

displayName: "Ticket Type"

pluralName

pluralName: "ticket-types"

singularName

singularName: "ticket-type"

Overrides

Struct.CollectionTypeSchema.info


options

options: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1704

Encapsulates all core options related to Strapi features for a given Schema.

draftAndPublish

draftAndPublish: true

Overrides

Struct.CollectionTypeSchema.options