Table of Contents

Class AdStyle

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

AdStyle.ColorsData

Corners

The style of the corners in the ad (deprecated: never populated, ignored).

public virtual string Corners { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Font

The font which is included in the style.

public virtual AdStyle.FontData Font { get; set; }

Property Value

AdStyle.FontData

Kind

Kind this is, in this case adsense#adStyle.

public virtual string Kind { get; set; }

Property Value

string