CardImage Class
An image on a card.
Constructor
pydantic model CardImage
Parameters
| Name | Description |
|---|---|
|
url
Required
|
URL thumbnail image for major content property |
|
alt
Required
|
Image description intended for screen readers |
|
tap
Required
|
Action assigned to specific Attachment |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
url
|
Default value: None
|
|
alt
|
Default value: None
|
|
tap
|
Default value: None
|
Attributes
alt
field alt: str = None
tap
field tap: CardAction = None
url
field url: str = None