GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation({
  1. String? daysSinceLastRefresh,
  2. GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo? ownerAccount,
  3. String? targetingAccountsCount,
  4. List<GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo>? topSpendingAccount,
  5. String? userListId,
  6. String? userListName,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation({
  this.daysSinceLastRefresh,
  this.ownerAccount,
  this.targetingAccountsCount,
  this.topSpendingAccount,
  this.userListId,
  this.userListName,
});