ContentLink Class
The content link.
Constructor
ContentLink(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
uri
|
The content link URI. |
|
content_version
|
The content version. |
|
content_size
|
The content size. |
|
content_hash
|
The content hash. |
|
metadata
|
The metadata. |
Attributes
content_hash
The content hash.
content_hash: _models.ContentHash | None
content_size
The content size.
content_size: int | None
content_version
The content version.
content_version: str | None
metadata
The metadata.
metadata: Any | None
uri
The content link URI.
uri: str | None