GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse class

Response message for SmartCampaignSettingService.GetSmartCampaignStatus.

Properties

eligibleDetails GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails?
Details related to Smart campaigns that are eligible to serve.
getter/setter pair
endedDetails GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails?
Details related to Smart campaigns that have ended.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notEligibleDetails GoogleAdsSearchads360V23ServicesSmartCampaignNotEligibleDetails?
Details related to Smart campaigns that are ineligible to serve.
getter/setter pair
pausedDetails GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails?
Details related to paused Smart campaigns.
getter/setter pair
removedDetails GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails?
Details related to removed Smart campaigns.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartCampaignStatus String?
The status of this Smart campaign. Possible string values are:
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