BeaChangeExpiredPasswordInput constructor

BeaChangeExpiredPasswordInput({
  1. String? tenancyName,
  2. String? oldPassword,
  3. String? newPassword,
  4. String? usernameOrEmailAddress,
})

Implementation

BeaChangeExpiredPasswordInput(
    {this.tenancyName,
      this.oldPassword,
      this.newPassword,
      this.usernameOrEmailAddress});