ContentLink Class

The content link.

Constructor

ContentLink(*args: Any, **kwargs: Any)

Variables

Name Description
uri
str

The content link URI.

content_version
str

The content version.

content_size
int

The content size.

content_hash

The content hash.

metadata
any

The metadata.

Attributes

The content hash.

content_hash: _models.ContentHash | None

The content size.

content_size: int | None

The content version.

content_version: str | None

The metadata.

metadata: Any | None

The content link URI.

uri: str | None