Class: AnalyticsConfig
Hierarchy
SoftDeletableEntity
↳
AnalyticsConfig
Constructors
constructor
• new AnalyticsConfig()
Inherited from
SoftDeletableEntity.constructor
Properties
anonymize
• anonymize: boolean
Defined in
created_at
• created_at: Date
Inherited from
SoftDeletableEntity.created_at
Defined in
interfaces/models/base-entity.ts:16
deleted_at
• deleted_at: null
| Date
Inherited from
SoftDeletableEntity.deleted_at
Defined in
interfaces/models/soft-deletable-entity.ts:7
id
• id: string
Inherited from
SoftDeletableEntity.id
Defined in
interfaces/models/base-entity.ts:13
opt_out
• opt_out: boolean
Defined in
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
interfaces/models/base-entity.ts:19
user_id
• user_id: string
Defined in
Methods
beforeInsert
▸ Private
beforeInsert(): void
Returns
void
Defined in
Was this page helpful?