Skip to main content

ApiAddressAddress

Upgather SDK


Upgather SDK / ApiAddressAddress

Interface: ApiAddressAddress

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

Extends

  • CollectionTypeSchema

Properties

attributes

attributes: object

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

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.

city

city: object & Required

country

country: object & DefaultTo<"US">

createdAt

createdAt: object

createdBy

createdBy: object & Private

embed

embed: object

events

events: object

line1

line1: object & Required

line2

line2: object

locale

locale: object & Private

localizations

localizations: object & Private

name

name: object

postal_code

postal_code: object & Required & object

Type declaration
maxLength

maxLength: 5

publishedAt

publishedAt: object

state

state: object & object

Type declaration
maxLength

maxLength: 4

updatedAt

updatedAt: object

updatedBy

updatedBy: object & Private

Overrides

Struct.CollectionTypeSchema.attributes


collectionName

collectionName: "addresses"

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

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:374

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: "Address"

pluralName

pluralName: "addresses"

singularName

singularName: "address"

Overrides

Struct.CollectionTypeSchema.info


options

options: object

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

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

draftAndPublish

draftAndPublish: true

Overrides

Struct.CollectionTypeSchema.options