Table of Contents

Class AdUnit.ContentAdsSettingsData.BackupOptionData

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll

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

public class AdUnit.ContentAdsSettingsData.BackupOptionData
Inheritance
AdUnit.ContentAdsSettingsData.BackupOptionData
Inherited Members

Constructors

BackupOptionData()

public BackupOptionData()

Properties

Color

Color to use when type is set to COLOR.

public virtual string Color { get; set; }

Property Value

string

Type

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

public virtual string Type { get; set; }

Property Value

string

Url

URL to use when type is set to URL.

public virtual string Url { get; set; }

Property Value

string