Constructor
new CertificationcategoryassignmentWithoutRequiredConstraint(data)
Create a new certificationcategoryassignment-without-required-constraint instance
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Initial data |
Classes
- CertificationcategoryassignmentWithoutRequiredConstraint
- CertificationcategoryassignmentWithoutRequiredConstraint
Members
category :any
The category assigned to the certification JSON dictionary representing the certificationcategory instance or FK when creating / updating / not populated
Type:
- any
category :any
The category assigned to the certification JSON dictionary representing the certificationcategory instance or FK when creating / updating / not populated
Type:
- any
certification :any
The certification this assignment belongs to JSON dictionary representing the certification instance or FK when creating / updating / not populated
Type:
- any
certification :any
The certification this assignment belongs to JSON dictionary representing the certification instance or FK when creating / updating / not populated
Type:
- any
createdAt :number
Type:
- number
createdAt :number
Type:
- number
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
expiryDate :number
Category-specific expiration date if applicable (Unix milliseconds)
Type:
- number
expiryDate :number
Category-specific expiration date if applicable (Unix milliseconds)
Type:
- number
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
issueDate :number
Date when this category was added to certification (Unix milliseconds)
Type:
- number
issueDate :number
Date when this category was added to certification (Unix milliseconds)
Type:
- number
level :any
The classification level for this category assignment JSON dictionary representing the classificationlevel instance or FK when creating / updating / not populated
Type:
- any
level :any
The classification level for this category assignment JSON dictionary representing the classificationlevel instance or FK when creating / updating / not populated
Type:
- any
notes :string
Optional notes about this category assignment
Type:
- string
notes :string
Optional notes about this category assignment
Type:
- string
updatedAt :number
Type:
- number
updatedAt :number
Type:
- number
Methods
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
(static) fromJSON(data)
Create a certificationcategoryassignment-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationcategoryassignmentWithoutRequiredConstraint - New model instance
(static) fromJSON(data)
Create a certificationcategoryassignment-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationcategoryassignmentWithoutRequiredConstraint - New model instance