| Field | Setter Type | Getter Type | Required | Description | Example |
|---|---|---|---|---|---|
url |
String | String | ✔️ | URL | https://www.google.com |
expandedUrl |
@Nullable String | JsonNullable<String> | ➖ | Expanded URL Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
https://www.google.com |
displayUrl |
@Nullable String | JsonNullable<String> | ➖ | Display URL Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
www.google.com |