Show / Hide Table of Contents

Class AdStyle

Inheritance
System.Object
AdStyle
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top