Show / Hide Table of Contents

Class AdUnit.ContentAdsSettingsData.BackupOptionData

The backup option to be used in instances where no ad is available.

Inheritance
object
AdUnit.ContentAdsSettingsData.BackupOptionData
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 AdUnit.ContentAdsSettingsData.BackupOptionData

Properties

Color

Color to use when type is set to COLOR. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

Declaration
[JsonProperty("color")]
public virtual string Color { get; set; }
Property Value
Type Description
string

Type

Type of the backup option. Possible values are BLANK, COLOR and URL.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Url

URL to use when type is set to URL.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX