updateSMTPConfigPassword method

ResponseFuture<UpdateSMTPConfigPasswordResponse> updateSMTPConfigPassword(
  1. UpdateSMTPConfigPasswordRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateSMTPConfigPasswordResponse> updateSMTPConfigPassword($1.UpdateSMTPConfigPasswordRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateSMTPConfigPassword, request, options: options);
}