Make Models
thingiverse.models.make_comment_schema
MakeCommentSchema
Attributes:
| Name | Type | Description |
|---|---|---|
id |
int
|
|
added |
datetime | Unset
|
|
attachments |
list[MakeCommentSchemaAttachmentsItem] | Unset
|
|
body |
str | Unset
|
|
body_html |
str | Unset
|
|
has_children |
bool | Unset
|
|
is_deleted |
bool | Unset
|
|
is_root_comment |
bool | Unset
|
|
modified |
datetime | str | Unset
|
|
needs_moderation |
bool | Unset
|
|
parent_id |
int | Unset
|
|
parent_url |
str | Unset
|
|
public_url |
str | Unset
|
|
target_id |
int | Unset
|
|
target_type |
str | Unset
|
|
target_url |
str | Unset
|
|
things |
list[ShortThingSchema] | Unset
|
|
topic_name |
str | Unset
|
|
url |
str | Unset
|
|
user |
UserSchema | Unset
|
|
thingiverse.models.make_comment_schema_attachments_item
MakeCommentSchemaAttachmentsItem
Attributes:
| Name | Type | Description |
|---|---|---|
download_url |
str | Unset
|
|
id |
int | Unset
|
|
name |
str | Unset
|
|