ThumbnailUrl Class
Thumbnail URL.
Constructor
pydantic model ThumbnailUrl
Parameters
| Name | Description |
|---|---|
|
url
Required
|
URL pointing to the thumbnail to use for media content |
|
alt
Required
|
HTML alt text to include on this thumbnail image |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
url
|
Default value: None
|
|
alt
|
Default value: None
|
Attributes
alt
field alt: str = None
url
field url: str = None