Skip to content

Resources

resources

Resource

Bases: BaseModel

Model for a resource object

Attributes:

Name Type Description
url str

The URL of the referenced resource.

NamedResource

Bases: BaseModel

Model for a named resource object

Attributes:

Name Type Description
name str

The name of the referenced resource.

url str

The URL of the referenced resource.

Comments