The description text for the card.
Indicates whether the card has been clicked by the user. Note: Clicks are stored on disk, so subsequent instances of this card will retain its clicked state upon recreation.
The UNIX timestamp of the card's creation time from Braze dashboard.
Indicates whether the card has been dismissed. Marking a card as dismissed that has already been dismissed will be a no-op.
Indicates whether the card is dismissible by the user.
Optionaldomain(Optional) The link text for the property URL, e.g., "blog.appboy.com". It can be displayed on the card's UI to indicate the action/direction of clicking on the card.
The UNIX timestamp of the card's expiration time. When the value is less than 0, it means the card never expires.
A map of key-value pair extras for this card.
The card's ID.
The URL of the card's image.
The aspect ratio of the card's image. It is meant to serve as a hint before image loading completes. Note that the property may not be supplied in certain circumstances.
Indicates whether this card is a control card. Control cards should not be displayed to the user.
Indicates whether URLs for this card should be opened in Braze's WebView or not. When false, the URL will be opened by the OS and web URLs will be opened in an external web browser app.
Indicates whether the card is pinned.
The title text for the card.
The Content Card type.
Optionalurl(Optional) The url string associated with the card click action.
Indicates whether the card has been read or is unread by the user. Note: This does not log analytics.
The Captioned Content Card, extending ContentCardBase.