Class AdStyle
public class AdStyle : IDirectResponseSchema
- Inheritance
-
AdStyle
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AdStyle()
public AdStyle()
Properties
Colors
The colors which are included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.
public virtual AdStyle.ColorsData Colors { get; set; }
Property Value
Corners
The style of the corners in the ad (deprecated: never populated, ignored).
public virtual string Corners { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Font
The font which is included in the style.
public virtual AdStyle.FontData Font { get; set; }
Property Value
Kind
Kind this is, in this case adsense#adStyle.
public virtual string Kind { get; set; }