Share via


ThumbnailUrl Class

Thumbnail URL.

Constructor

pydantic model ThumbnailUrl

Parameters

Name Description
url
Required
str

URL pointing to the thumbnail to use for media content

alt
Required
str

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