Show / Hide Table of Contents

Class AdCode

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

Properties

AdCodeValue

The Auto ad code snippet. The ad code snippet.

Declaration
[JsonProperty("adCode")]
public virtual string AdCodeValue { get; set; }
Property Value
Type Description
System.String

AmpBody

The AMP Auto ad code snippet that goes in the body of an AMP page.

Declaration
[JsonProperty("ampBody")]
public virtual string AmpBody { get; set; }
Property Value
Type Description
System.String

AmpHead

The AMP Auto ad code snippet that goes in the head of an AMP page.

Declaration
[JsonProperty("ampHead")]
public virtual string AmpHead { 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

Kind

Kind this is, in this case adsense#adCode.

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