GoogleAdsSearchads360V23ResourcesUserList constructor

GoogleAdsSearchads360V23ResourcesUserList({
  1. String? accessReason,
  2. String? accountUserListStatus,
  3. GoogleAdsSearchads360V23CommonBasicUserListInfo? basicUserList,
  4. String? closingReason,
  5. GoogleAdsSearchads360V23CommonCrmBasedUserListInfo? crmBasedUserList,
  6. String? description,
  7. bool? eligibleForDisplay,
  8. bool? eligibleForSearch,
  9. String? id,
  10. String? integrationCode,
  11. GoogleAdsSearchads360V23CommonLogicalUserListInfo? logicalUserList,
  12. GoogleAdsSearchads360V23CommonLookalikeUserListInfo? lookalikeUserList,
  13. int? matchRatePercentage,
  14. String? membershipLifeSpan,
  15. String? membershipStatus,
  16. String? name,
  17. bool? readOnly,
  18. String? resourceName,
  19. GoogleAdsSearchads360V23CommonRuleBasedUserListInfo? ruleBasedUserList,
  20. GoogleAdsSearchads360V23CommonSimilarUserListInfo? similarUserList,
  21. String? sizeForDisplay,
  22. String? sizeForSearch,
  23. String? sizeRangeForDisplay,
  24. String? sizeRangeForSearch,
  25. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesUserList({
  this.accessReason,
  this.accountUserListStatus,
  this.basicUserList,
  this.closingReason,
  this.crmBasedUserList,
  this.description,
  this.eligibleForDisplay,
  this.eligibleForSearch,
  this.id,
  this.integrationCode,
  this.logicalUserList,
  this.lookalikeUserList,
  this.matchRatePercentage,
  this.membershipLifeSpan,
  this.membershipStatus,
  this.name,
  this.readOnly,
  this.resourceName,
  this.ruleBasedUserList,
  this.similarUserList,
  this.sizeForDisplay,
  this.sizeForSearch,
  this.sizeRangeForDisplay,
  this.sizeRangeForSearch,
  this.type,
});