GoogleAdsSearchads360V23ServicesUserListOperation constructor

GoogleAdsSearchads360V23ServicesUserListOperation({
  1. GoogleAdsSearchads360V23ResourcesUserList? create,
  2. String? remove,
  3. GoogleAdsSearchads360V23ResourcesUserList? update,
  4. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesUserListOperation({
  this.create,
  this.remove,
  this.update,
  this.updateMask,
});