AdClient class

Representation of an ad client.

An ad client represents a user's subscription with a specific AdSense product.

Constructors

AdClient({String? name, String? productCode, String? reportingDimensionId, String? state})
AdClient.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of the ad client.
getter/setter pair
productCode String?
Reporting product code of the ad client.
getter/setter pair
reportingDimensionId String?
Unique ID of the ad client as used in the AD_CLIENT_ID reporting dimension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the ad client.
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