Show / Hide Table of Contents

Class AdClient

Inheritance
object
AdClient
Implements
IDirectResponseSchema
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 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
bool?

ETag

The ETag of the item.

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

Id

Unique identifier of this ad client.

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

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
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
string

SupportsReporting

Whether this ad client supports being reported on.

Declaration
[JsonProperty("supportsReporting")]
public virtual bool? SupportsReporting { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX