Skip to content

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}

NameTypeRequiredDescription
selfyes

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

NameTypeRequiredDescription
unknownyes

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

NameTypeRequiredDescription
unknownyes

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

NameTypeRequiredDescription
unknownyes

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

NameTypeRequiredDescription
unknownyes

objects

Signature

objects(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

_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

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2