Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 3.11 KB

File metadata and controls

10 lines (7 loc) · 3.11 KB

UrlModel

Fields

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