GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails class
Details related to Smart campaigns that are eligible to serve.
Constructors
- GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails({String? endDateTime, String? lastImpressionDateTime})
- GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails.fromJson(Map json_)
Properties
- endDateTime ↔ String?
-
The timestamp of when the campaign will end, if applicable.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastImpressionDateTime ↔ String?
-
The timestamp of the last impression observed in the last 48 hours for
this campaign.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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