AdClient class

Constructors

AdClient({bool? arcOptIn, String? id, String? kind, String? productCode, bool? supportsReporting})
AdClient.fromJson(Map json_)

Properties

arcOptIn bool?
Whether this ad client is opted in to ARC.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier of this ad client.
getter/setter pair
kind String?
Kind of resource this is, in this case adsensehost#adClient.
getter/setter pair
productCode String?
This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsReporting bool?
Whether this ad client supports being reported on.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited