ControlledTermValue

class pyinaturalist.models.ControlledTermValue(id=None, blocking=None, label=None, ontology_uri=None, uri=None, uuid=None, taxon_ids=NOTHING)

Bases: pyinaturalist.models.base.BaseModel

A controlled term value, based on the schema of GET /controlled_terms.

Attributes Summary

Name

Type

Description

id

int

Unique record ID

blocking

bool

label

str

ontology_uri

str

uri

str

uuid

str

taxon_ids

List[int]