Show / Hide Table of Contents

Class AdStyle

Inheritance
object
AdStyle
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX