ApiOrganizationOrganization
Upgather SDK / ApiOrganizationOrganization
Interface: ApiOrganizationOrganization
Defined in: lib/types/generated/strapiContentTypes.d.ts:1302
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1314
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.
address
address:
object
business_type
business_type:
object
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
email
email:
object&Required
events
events:
object
gtm_tracking_id
gtm_tracking_id:
object&Required&Unique
locale
locale:
object&Private
localizations
localizations:
object&Private
metadata
metadata:
object
name
name:
object&Required
openai_key
openai_key:
object
publishedAt
publishedAt:
object
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
url
url:
object
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"organizations"
Defined in: lib/types/generated/strapiContentTypes.d.ts:1304
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:1305
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:
"Organization"
pluralName
pluralName:
"organizations"
singularName
singularName:
"organization"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:1311
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
true
Overrides
Struct.CollectionTypeSchema.options