Show / Hide Table of Contents

Class AdUnit.ContentAdsSettingsData.BackupOptionData

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

Inheritance
System.Object
AdUnit.ContentAdsSettingsData.BackupOptionData
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.AdSense.v1_4.Data
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class BackupOptionData

Properties

Color

Color to use when type is set to COLOR.

Declaration
[JsonProperty("color")]
public virtual string Color { get; set; }
Property Value
Type Description
System.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
System.String

Url

URL to use when type is set to URL.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top