Skip to content

Verified Models

thingiverse.models.get_verified_response_401

GetVerifiedResponse401

Attributes:

Name Type Description
error str | Unset

Example: Unauthorized.

thingiverse.models.get_verified_response_403

GetVerifiedResponse403

Attributes:

Name Type Description
error str | Unset

Example: Forbidden.

thingiverse.models.get_verified_response_404

GetVerifiedResponse404

Attributes:

Name Type Description
error str | Unset

Example: Not Found.

thingiverse.models.verified

Verified

Attributes:

Name Type Description
collect_count int | Unset
comment_count int | Unset
created_at date | Unset
creator None | Unset | UserSummarySchemaType0
id int | Unset
is_nsfw bool | Unset
is_private bool | Unset
is_published bool | Unset
is_purchased bool | Unset
like_count int | Unset
make_count int | Unset
name str | Unset
preview_image str | Unset
public_url str | Unset
rank int | Unset
tags list[TagSchema] | Unset
thumbnail str | Unset
url str | Unset

thingiverse.models.verified_schema

VerifiedSchema

Attributes:

Name Type Description
collect_count int | Unset
comment_count int | Unset
created_at date | Unset
creator None | Unset | UserSummarySchemaType0
id int | Unset
is_nsfw bool | Unset
is_private bool | Unset
is_published bool | Unset
is_purchased bool | Unset
like_count int | Unset
make_count int | Unset
name str | Unset
preview_image str | Unset
public_url str | Unset
rank int | Unset
tags list[TagSchema] | Unset
thumbnail str | Unset
url str | Unset