ApiAttendeeAttendee
Upgather SDK / ApiAttendeeAttendee
Interface: ApiAttendeeAttendee
Defined in: lib/types/generated/strapiContentTypes.d.ts:516
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:527
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.
additionalData
additionalData:
object
company
company:
object
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
email
email:
object&Unique
events
events:
object
firstName
firstName:
object
lastName
lastName:
object
locale
locale:
object&Private
localizations
localizations:
object&Private
person
person:
object
phone
phone:
object
publishedAt
publishedAt:
object
ticket_type
ticket_type:
object
title
title:
object
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
zip
zip:
object&object
Type declaration
maxLength
maxLength:
10
minLength
minLength:
4
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"attendees"
Defined in: lib/types/generated/strapiContentTypes.d.ts:517
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:518
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:
"Attendee"
pluralName
pluralName:
"attendees"
singularName
singularName:
"attendee"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:524
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
true
Overrides
Struct.CollectionTypeSchema.options