GoogleAdsSearchads360V23ServicesPlannableUserList constructor

GoogleAdsSearchads360V23ServicesPlannableUserList({
  1. String? displayName,
  2. String? plannableStatus,
  3. GoogleAdsSearchads360V23ServicesPlannableUserListMetadata? plannableUserListMetadata,
  4. GoogleAdsSearchads360V23CommonUserListInfo? userListInfo,
  5. String? userListType,
})

Implementation

GoogleAdsSearchads360V23ServicesPlannableUserList({
  this.displayName,
  this.plannableStatus,
  this.plannableUserListMetadata,
  this.userListInfo,
  this.userListType,
});