GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting class
DoubleClick Campaign Manager (DCM) setting for a manager customer.
Constructors
- GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting({String? advertiserId, String? networkId, String? timeZone})
- GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting.fromJson(Map json_)
Properties
- advertiserId ↔ String?
-
ID of the Campaign Manager advertiser associated with this customer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkId ↔ String?
-
ID of the Campaign Manager network associated with this customer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone ↔ String?
-
Time zone of the Campaign Manager network associated with this customer in
IANA Time Zone Database format, such as America/New_York.
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