ApiAppApp
Upgather SDK / ApiAppApp
Interface: ApiAppApp
Defined in: lib/types/generated/strapiContentTypes.d.ts:451
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:461
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
integrationOrgId
integrationOrgId:
object&Required
integrationType
integrationType:
object&Required
isConnected
isConnected:
object
locale
locale:
object&Private
localizations
localizations:
object&Private
publishedAt
publishedAt:
object
secretReference
secretReference:
object
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
webhookUrl
webhookUrl:
object
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"apps"
Defined in: lib/types/generated/strapiContentTypes.d.ts:452
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:453
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.
displayName
displayName:
"App"
pluralName
pluralName:
"apps"
singularName
singularName:
"app"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:458
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
true
Overrides
Struct.CollectionTypeSchema.options