AdStyle
AdStyle encapsulates all the information about the colors of various
elements in an ad unit or link unit.
Fields
| Field name | Field type | Field description |
backgroundColor |
string |
The background color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
borderColor |
string |
The border color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
name |
string |
The name of this style (if saved). This may be nil if
unneeded. |
textColor |
string |
The text color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
titleColor |
string |
The title color of this style represented as a 6-digit hexadecimal
string with leading # sign. |
urlColor |
string |
The url color of this style represented as a 6-digit hexadecimal
string with leading # sign. |