GCMNotification_sent_to¶
Qualified name: intranet.apps.notifications.models.GCMNotification\_sent\_to
- class intranet.apps.notifications.models.GCMNotification_sent_to(id, gcmnotification, notificationconfig)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
gcmnotification (
ForeignKey
toGCMNotification
) – Gcmnotification (related name:GCMNotification_sent_to+
)notificationconfig (
ForeignKey
toNotificationConfig
) – Notificationconfig (related name:GCMNotification_sent_to+
)
Methods
Attributes
gcmnotification
Type:
ForeignKey
toGCMNotification
gcmnotification_id
Internal field, use
gcmnotification
instead.id
Type:
AutoField
notificationconfig
Type:
ForeignKey
toNotificationConfig
notificationconfig_id
Internal field, use
notificationconfig
instead.objects