Show / Hide Table of Contents

Class AdClient

Inheritance
System.Object
AdClient
Implements
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 AdClient : IDirectResponseSchema

Properties

ArcOptIn

Whether this ad client is opted in to ARC.

Declaration
[JsonProperty("arcOptIn")]
public virtual bool? ArcOptIn { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Id

Unique identifier of this ad client.

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

Kind

Kind of resource this is, in this case adsense#adClient.

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

ProductCode

This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.

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

SupportsReporting

Whether this ad client supports being reported on.

Declaration
[JsonProperty("supportsReporting")]
public virtual bool? SupportsReporting { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
Back to top