GoogleAdsSearchads360V23ResourcesCustomerUserAccess constructor

GoogleAdsSearchads360V23ResourcesCustomerUserAccess({
  1. String? accessCreationDateTime,
  2. String? accessRole,
  3. String? emailAddress,
  4. String? inviterUserEmailAddress,
  5. String? resourceName,
  6. String? userId,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerUserAccess({
  this.accessCreationDateTime,
  this.accessRole,
  this.emailAddress,
  this.inviterUserEmailAddress,
  this.resourceName,
  this.userId,
});