SMSQueueItem
Overview
SMSQueueItem(id, queue_item, body, media_url, message_sid)
DoesNotExist
The requested object does not exist
Source
server/vueda/vdq/models.py
MultipleObjectsReturned
The query returned multiple objects when only one was expected.
Source
server/vueda/vdq/models.py
str {#str}
Return str(self).
Signature {#str-signature}
__str__(self)
Parameters {#str-parameters}
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source {#str-source}
server/vueda/vdq/models.py:360
body
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
body(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
id(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
media_url
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
media_url(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
message_sid
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
message_sid(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
objects
Signature
objects(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
queue_item
Accessor to the related object on the forward side of a one-to-one relation.
In the example::
class Restaurant(Model):
place = OneToOneField(Place, related_name='restaurant')
Restaurant.place is a ForwardOneToOneDescriptor instance.
queue_item_id
Source
server/vueda/vdq/models.py:347