Class AdStyle
Implements
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdStyle : IDirectResponseSchema
Properties
Colors
The colors included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.
Declaration
[JsonProperty("colors")]
public virtual AdStyle.ColorsData Colors { get; set; }
Property Value
Type | Description |
---|---|
AdStyle.ColorsData |
Corners
The style of the corners in the ad (deprecated: never populated, ignored).
Declaration
[JsonProperty("corners")]
public virtual string Corners { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Font
The font which is included in the style.
Declaration
[JsonProperty("font")]
public virtual AdStyle.FontData Font { get; set; }
Property Value
Type | Description |
---|---|
AdStyle.FontData |
Kind
Kind this is, in this case adsensehost#adStyle.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |