Message Models
thingiverse.models.message
Message
Attributes:
| Name | Type | Description |
|---|---|---|
add_date |
datetime | Unset
|
|
comment_id |
int | Unset
|
|
from_user_id |
int | Unset
|
|
id |
int | Unset
|
|
modified_date |
datetime | Unset
|
|
subject |
str | Unset
|
|
to_user_id |
int | Unset
|
|
thingiverse.models.message_schema
MessageSchema
Attributes:
| Name | Type | Description |
|---|---|---|
add_date |
datetime | Unset
|
|
comment_id |
int | Unset
|
|
from_user_id |
int | Unset
|
|
id |
int | Unset
|
|
modified_date |
datetime | Unset
|
|
subject |
str | Unset
|
|
to_user_id |
int | Unset
|
|
thingiverse.models.post_messages_body
PostMessagesBody
Attributes:
| Name | Type | Description |
|---|---|---|
body |
str
|
The contents of the message Example: The actual message. |
subject |
str
|
Set the subject of message Example: Message Subject. |
to_user |
str
|
Set the username to whom the message will be sent. Example: Thingiverse. |
thingiverse.models.post_messages_response_200
PostMessagesResponse200
Attributes:
| Name | Type | Description |
|---|---|---|
id |
int | Unset
|
|
is_read |
int | Unset
|
|
subject |
str | Unset
|
Example: Message Subject. |
user |
PostMessagesResponse200User | Unset
|
|
thingiverse.models.post_messages_response_200_user
PostMessagesResponse200User
Attributes:
| Name | Type | Description |
|---|---|---|
name |
str | Unset
|
Example: Thingiverse. |
thumbnail |
str | Unset
|
|
thingiverse.models.post_messages_response_400
PostMessagesResponse400
Attributes:
| Name | Type | Description |
|---|---|---|
error |
str | Unset
|
Example: Bad Request. |
thingiverse.models.post_messages_response_401
PostMessagesResponse401
Attributes:
| Name | Type | Description |
|---|---|---|
error |
str | Unset
|
Example: Unauthorized. |
thingiverse.models.post_messages_response_403
PostMessagesResponse403
Attributes:
| Name | Type | Description |
|---|---|---|
error |
str | Unset
|
Example: Forbidden. |
thingiverse.models.post_messages_response_404
PostMessagesResponse404
Attributes:
| Name | Type | Description |
|---|---|---|
error |
str | Unset
|
Example: Not Found. |