GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion constructor
GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion({
- GoogleAdsSearchads360V23CommonContentLabelInfo? contentLabel,
- String? id,
- GoogleAdsSearchads360V23CommonIpBlockInfo? ipBlock,
- GoogleAdsSearchads360V23CommonMobileAppCategoryInfo? mobileAppCategory,
- GoogleAdsSearchads360V23CommonMobileApplicationInfo? mobileApplication,
- GoogleAdsSearchads360V23CommonNegativeKeywordListInfo? negativeKeywordList,
- GoogleAdsSearchads360V23CommonPlacementInfo? placement,
- GoogleAdsSearchads360V23CommonPlacementListInfo? placementList,
- String? resourceName,
- String? type,
- GoogleAdsSearchads360V23CommonYouTubeChannelInfo? youtubeChannel,
- GoogleAdsSearchads360V23CommonYouTubeVideoInfo? youtubeVideo,
Implementation
GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion({
this.contentLabel,
this.id,
this.ipBlock,
this.mobileAppCategory,
this.mobileApplication,
this.negativeKeywordList,
this.placement,
this.placementList,
this.resourceName,
this.type,
this.youtubeChannel,
this.youtubeVideo,
});