Model sailthru_message_blast
Permissions
| User Group | Create? | Read? | Update? | Delete? |
|---|
| admin | x | x | x | x |
Fields
| Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
|---|
| __v | Number | | | | | | |
| _deleted | Boolean | | | false | x | | |
| _id | ObjectID | | | [Function] | | | |
| _owner_id | ObjectID | User | _owner | | x | | |
| _updated_by_id | ObjectID | User | _updated_by | | x | | |
| blast_id | String | | | | x | | |
| click_time | Date | | | | | | |
| clicks | Array | | | [Function] | | | |
| createdAt | Date | | | | | | |
| delivery_status | String | | | | | | |
| device | String | | | | | | |
| id | String | | | | x | x | x |
| is_real_open | Boolean | | | | | | |
| message_id | String | | | | | | |
| message_revenue | Number | | | | | | |
| open_time | Date | | | | | | |
| opens | Array | | | [Function] | | | |
| optout_time | Date | | | | | | |
| profile_id | String | | | | x | | x |
| send_time | Date | | | | x | | x |
| updatedAt | Date | | | | | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}blast_id
{
"path": "blast_id",
"instance": "String",
"options": {
"index": true
},
"validators": []
}click_time
{
"path": "click_time",
"instance": "Date",
"options": {},
"validators": []
}clicks
{
"path": "clicks",
"instance": "Array",
"options": {
"type": [
{}
]
},
"validators": [],
"defaultValue": "[Function]"
}createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}delivery_status
{
"path": "delivery_status",
"instance": "String",
"options": {},
"validators": []
}device
{
"path": "device",
"instance": "String",
"options": {},
"validators": []
}id
{
"path": "id",
"instance": "String",
"options": {
"unique": true,
"index": true,
"required": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
is_real_open
{
"path": "is_real_open",
"instance": "Boolean",
"options": {},
"validators": []
}message_id
{
"path": "message_id",
"instance": "String",
"options": {},
"validators": []
}message_revenue
{
"path": "message_revenue",
"instance": "Number",
"options": {},
"validators": []
}open_time
{
"path": "open_time",
"instance": "Date",
"options": {},
"validators": []
}opens
{
"path": "opens",
"instance": "Array",
"options": {
"type": [
{}
]
},
"validators": [],
"defaultValue": "[Function]"
}optout_time
{
"path": "optout_time",
"instance": "Date",
"options": {},
"validators": []
}profile_id
{
"path": "profile_id",
"instance": "String",
"options": {
"required": true,
"index": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
send_time
{
"path": "send_time",
"instance": "Date",
"options": {
"required": true,
"index": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}