ApiSpeakerSpeaker
Upgather SDK / ApiSpeakerSpeaker
Interface: ApiSpeakerSpeaker
Defined in: lib/types/generated/strapiContentTypes.d.ts:1501
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1512
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.
bio
bio:
object
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
events
events:
object
headshot
headshot:
object
isPendingApproval
isPendingApproval:
object&DefaultTo<false>
locale
locale:
object&Private
localizations
localizations:
object&Private
organization
organization:
object
person
person:
object
priority
priority:
object
publishedAt
publishedAt:
object
title
title:
object&Required&Unique
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
video
video:
object
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"speakers"
Defined in: lib/types/generated/strapiContentTypes.d.ts:1502
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:1503
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:
"Speaker"
pluralName
pluralName:
"speakers"
singularName
singularName:
"speaker"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1509
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
true
Overrides
Struct.CollectionTypeSchema.options