GoogleAdsSearchads360V23ResourcesUserList constructor
GoogleAdsSearchads360V23ResourcesUserList({
- String? accessReason,
- String? accountUserListStatus,
- GoogleAdsSearchads360V23CommonBasicUserListInfo? basicUserList,
- String? closingReason,
- GoogleAdsSearchads360V23CommonCrmBasedUserListInfo? crmBasedUserList,
- String? description,
- bool? eligibleForDisplay,
- bool? eligibleForSearch,
- String? id,
- String? integrationCode,
- GoogleAdsSearchads360V23CommonLogicalUserListInfo? logicalUserList,
- GoogleAdsSearchads360V23CommonLookalikeUserListInfo? lookalikeUserList,
- int? matchRatePercentage,
- String? membershipLifeSpan,
- String? membershipStatus,
- String? name,
- bool? readOnly,
- String? resourceName,
- GoogleAdsSearchads360V23CommonRuleBasedUserListInfo? ruleBasedUserList,
- GoogleAdsSearchads360V23CommonSimilarUserListInfo? similarUserList,
- String? sizeForDisplay,
- String? sizeForSearch,
- String? sizeRangeForDisplay,
- String? sizeRangeForSearch,
- 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,
});