Skip to content

BaseResource

BaseResource

Bases: BaseModel

A data model representing a base resource.

ATTRIBUTE DESCRIPTION
id

The unique identifier of the base resource.

TYPE: int

name

The name of the base resource.

TYPE: str

modified

The date and time when the base resource was last modified.

TYPE: datetime