GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings class

The network settings for the campaign.

Constructors

GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings({bool? targetContentNetwork, bool? targetGoogleSearch, bool? targetGoogleTvNetwork, bool? targetPartnerSearchNetwork, bool? targetSearchNetwork, bool? targetYoutube})
GoogleAdsSearchads360V23ResourcesCampaignNetworkSettings.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetContentNetwork bool?
Whether ads will be served on specified placements in the Google Display Network.
getter/setter pair
targetGoogleSearch bool?
Whether ads will be served with google.com search results.
getter/setter pair
targetGoogleTvNetwork bool?
Whether ads will be served on the Google TV network.
getter/setter pair
targetPartnerSearchNetwork bool?
Whether ads will be served on the partner network.
getter/setter pair
targetSearchNetwork bool?
Whether ads will be served on sites in the Google Search Partners Network (requires target_google_search to also be true).
getter/setter pair
targetYoutube bool?
Whether ads will be served on YouTube.
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